OXID eShop v6.5.6 Release Notes

Release Date: 2020-07-16 // almost 4 years ago
  • ➕ Added

    • ➕ Add module migrations
    • 🆕 New language constants in Application/translations/[de/en]/lang.php PR-821
      • PAGE_TITLE_START
    • PHPCodeSniffer and PSR12 Coding guidelines

    📇 Renamed

    • Price alert is renamed to wished price

    🛠 Fixed

    • 0️⃣ MariaDB column default values must be trimmed PR-796
    • Keep track of action type in Article model onChange method
    • Module class extensions cannot be sorted in backend #0007116
    • Take oxsort field into account for showing cross-seling articles PR-738
    • 🛠 Fix second page of article list load via SEO #0007014 PR-740
    • 🛠 Fix using special symbols in smtp password PR-806
    • 🛠 Fix docblocks
    • 🛠 Fix Shop deletes savedbasket from all subshops when discarding reservation basket #0007136
    • 🛠 Fix a bug with composer uninstall if module has custom source #0007137
    • 🛠 Fix composer update changes module state in yaml #0007130

    🔄 Changed

    • ⚡️ jQuery UI updated to v1.12.1
    • Imports in generated_services.yaml changed from absolute paths to relative
    • ⚡️ Updated PHPMailer to v6.1.6
    • 👉 Make module deactivation possible if module service is missing in generated_services.yaml

    🗄 Deprecated

    • 🆕 News feature:
      • Classes:
        • Application/Component/NewsComponent
        • Application/Controller/Admin/AdminNews
        • Application/Controller/Admin/NewsList
        • Application/Controller/Admin/NewsMainAjax
        • Application/Controller/Admin/NewsMain
        • Application/Controller/Admin/NewsText
        • Application/Controller/NewsController
        • Application/Model/NewsList
        • Application/Model/News
      • Config options:
        • blFooterShowNews
        • bl_perfLoadNewsOnlyStart
        • bl_perfLoadNews
        • sCntOfNewsLoaded
      • Language Constants:
        • LATEST_NEWS_AND_UPDATES_AT
        • LATEST_NEWS_NOACTIVENEWS
        • NEWS_LIST_MENUITEM
        • NEWS_LIST_MENUSUBITEM
        • NEWS_LIST_SHORTTEXT
        • NEWS_LIST_TITLE
        • NEWS_MAIN_NOTSHOWFORGROUP
        • NEWS_MAIN_SHORTDESC
        • NEWS_MAIN_SHOWFORGROUP
        • NEWS
        • ORDER_REMARK_NEWS
        • PAGE_TITLE_NEWS
        • SHOP_CONFIG_CNTOFNEWS
        • SHOP_MALL_MALLINHERIT_OXNEWS
        • SHOP_PERF_LOADNEWSONLYSTART
        • SHOP_PERF_LOADNEWS
        • USER_REMARK_NEWS
        • mxnews
        • tbclnews_main
        • tbclnews_mall
        • tbclnews_text
        • TOOLTIPS_NEWNEWS

    🔒 Security