OXID eShop v6.3.2 Release Notes

Release Date: 2019-01-22 // over 5 years ago
  • โž• Added

    • โž• Add method SystemEventHandler::onShopEnd() to be called for finishing actions e.g. from ShopControl::pageClose().

    ๐Ÿ”„ Changed

    • Call to SystemEventHandler::validateOnline() is now called as finishing action rather than startup.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ \OxidEsales\EshopCommunity\Core\Email::$Version This fixes a missing deprecation in PHPMailer, which is the parent class of \OxidEsales\EshopCommunity\Core\Email. PHPMailer will be upgraded to version 6 in the next minor release of OXID eShop CE as PHPMailer 5 will be no longer maintained. Please note, that there are some breaking changes for code which extends \OxidEsales\EshopCommunity\Core\Email. The impact should be really small, but you should be familiar with them, as there are also changes in the SMTP and POP3 classes. Please read the PHPMailer changelog

    ๐Ÿ›  Fixed

    • Wrong behaviour from getOrderArticleSelectList when values from selectionlists and variantselections are selected PR-507 0006539
    • ๐Ÿ›  Fix SQL file upload error Bug #5764
    • ๐Ÿ›  Fixed admin login display in Windows 7 IE11 PR-671
    • ๐Ÿ›  Fix content page data of 8th+ language edit PR-674
    • ๐Ÿ›  Fix unusable shop after activation of a module with migrated metadata (v2) PR-663
    • ๐Ÿ›  Fix issue with shop roles readonly. Bug 6851