OXID eShop v6.0.0-rc.1 Release Notes

Release Date: 2017-04-07 // about 7 years ago
  • โž• Added

    ๐Ÿ”„ Changed

    • Pull Request 550: replace intval with typecast
    • ๐Ÿšš Pull Request 555: Removed a commented debugging line
    • ๐Ÿ“‡ Module section extend in the file metadata.php gets validated since metadata version 2.0.
    • Database columns were changed due to unification of OXID eShop editions.
    • โšก๏ธ In case OXID development tools are installed, IDE Helper generator will be run on every composer install/update.
    • Not loadable module classes are now shown in Problematic files section.
    • Only backwards compatible classes (e.g oxarticle) or classes from virtual namespace can be extended by modules.
    • PayPal module, which is compatible with OXID eShop 6, has been added to the compilation.
    • ๐Ÿ”„ Changed templates and blocks:
      • block admin_order_overview_total, file admin/tpl/order_overview.tpl.
      • template admin/tpl/order_article.tpl
      • template admin/tpl/order_overview.tpl
      • template admin/tpl/include/order_info.tpl

    ๐Ÿ—„ Deprecated

    • ๐Ÿš€ Azure theme is deprecated and in next release it will be removed from compilation.
    • ๐Ÿ—„ Deprecated classes and methods: Search for the notation @deprecated in the sourcecode. At a later time, please use this overview of source code documentation, pick the version you need and follow the link to it. On the navigation to the left hand side you will find a link called Deprecated list which leads you to the wanted information.

    โœ‚ Removed

    • 0๏ธโƒฃ config.inc.php options iUtfMode, sDefaultDatabaseConnection and blSkipEuroReplace because shop is utf-8.
    • config.inc.php option vendorDirectory. Instead the constant VENDOR_PATH was introduced.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Module deactivation/deletion/cleanup issues fixed which occured because of namespaces in modules.