OXID eShop v6.0.0-rc.2 Release Notes

Release Date: 2017-08-15 // over 6 years ago
  • โž• Added

    • โ†” Integrate new Admin UI from digidesk backend UI Kit
    • ddoe/wysiwyg-editor-module was added as requirement of OXID eShop Community Edition in composer.json
    • Grace period reset email is sent on grace period reset.
    • User and admin sessions are detached on E_ERROR type errors (in register_shutdown_function).
    • Translation for GENERAL_ARTICLE_OXVARMAXPRICE, Pull Request 572, Pull Request 573
    • Added mkdir if folders not exist in _copyFile method, Pull Request 590

    ๐Ÿ”„ Changed

    ๐Ÿ—„ Deprecated

    • ๐Ÿšš iUtfMode in config.inc.php. This property will be removed in the future as the shop will always use UTF-8.
    • Class Core/Email: Rename $SMTP_PORT to $smtpPort, Pull Request 563

    โœ‚ Removed

    • Azure theme was extracted from the OXID eShop CE repository to separate repository.
      • Azure theme should not be used for new projects.
      • In case there is a need to use azure theme, install it via command: composer require oxid-esales/azure-theme:^1.4.1.

    ๐Ÿ›  Fixed

    • Date formatting in EXCEPTION_LOG.txt: textual representation of the day was replaced by numerical representation (01 to 31)
    • โช iUtfMode in config.inc.php: backwards compatibility restored. This setting was removed, but it is introduced again, as some modules still might use it.
    • โšก๏ธ BaseModel::_update(): backwards compatibility restored. Returns always true on success or throws an exception.
    • โœ‚ Removed duplicate directory separators in vendor directory calculation methods, Pull Request 557
    • BaseController::executeFunction throws ERROR_MESSAGE_SYSTEMCOMPONENT_CLASSNOTFOUND for metadata v2 modules in some cases, #0006627
    • Template directories local class cache is cleared on smarty reinitialization Change
    • ๐Ÿ”„ Change primary key of database table oxstates to composite, #0005029
    • Issue with basket reservations causing wrong stock levels in high load scenarios, #0006102
    • ๐Ÿšง Deactivating a module which extends basket causes shop maintenance mode, #0006659
    • Pass along shopid to call to _loadFromDb(), Pull Request 571