OXID eShop v6.5.4 Release Notes

Release Date: 2020-04-21 // about 4 years ago
  • 🗄 Deprecated

    • Betanote:
      • Class: OxidEsales\EshopCommunity\Application\Component\Widget\BetaNote
      • Method: OxidEsales\EshopCommunity\Core\Controller\BaseController::showBetaNote()
    • Suggest (Recommend Product) feature:
      • Class OxidEsales\EshopCommunity\Application\Controller\SuggestController
      • Method:
        • OxidEsales\EshopCommunity\Core\ViewConfig::getShowSuggest
        • OxidEsales\EshopCommunity\Core\Email::sendSuggestMail
      • Property:
        • OxidEsales\EshopCommunity\Core\Email::$_sSuggestTemplate
        • OxidEsales\EshopCommunity\Core\Email::$_sSuggestTemplatePlain
      • Language Constants:
        • CARD_TO
        • CHECK
        • MESSAGE_ENTER_YOUR_ADDRESS_AND_MESSAGE
        • MESSAGE_RECOMMEND_CLICK_ON_SEND
        • PRODUCT_POST_CARD_FROM
        • RECOMMENDED_PRODUCTS
        • SHOP_CONFIG_ALLOW_SUGGEST_ARTICLE
        • HELP_SHOP_CONFIG_ALLOW_SUGGEST_ARTICLE
    • 🗄 Methods starting with underscore have been deprecated, these methods will be renamed

    🛠 Fixed

    • 🔄 Change visibility of Session::setSessionCookie to protected for overwriting possibility PR-785
    • 👉 Use cache directory from config file for the container cache: #0007111
    • Get the correct path to admin menu file: #0007126