OXID eShop v6.0.0-rc.3 Release Notes

Release Date: 2017-11-02 // over 6 years ago
  • 🔄 Changed

    • \OxidEsales\Eshop\Application\Controller\FrontendController::getUserSelectedSorting() 🔧 checks if element to sort is configured in Admin.
    • ✂ Removed exec() calls in setup.
    • Pagination has been changed: for example previously it was "Geschenke/100/", now it will be "Geschenke?pgNr=99". In addition these pages come with "robots" meta tag "noindex, follow".

    🗄 Deprecated

    • \OxidEsales\Eshop\Application\Controller\Admin\AdminController::$_sShopVersion
    • \OxidEsales\Eshop\Application\Controller\Admin\AdminController::_getShopVersionNr()
    • \OxidEsales\Eshop\Core\Config::getVersion()
    • ⚡️ In oxshops table field - OXVERSION is deprecated. This field value will not be updated anymore and will contain "6.0.0" value. To retrieve correct shop version OxidEsales\Eshop\Core\ShopVersion::getVersion() must be used.
    • \OxidEsales\Eshop\Core\Config::getEdition()
    • 🗄 In oxshops table field - OXEDITION is deprecated. To retrieve OXID eShop edition facts component should be used: \OxidEsales\Facts\Facts::getEdition().
    • 🚚 \OxidEsales\Eshop\Application\Controller\Admin\ShopRdfa::submitUrl(), because GR-Notify page feature was removed.
    • \OxidEsales\Eshop\Application\Controller\Admin\ShopRdfa::getHttpResponseCode(), because GR-Notify page feature was ✂ removed.
    • Template block in Application/views/admin/tpl/shop_rdfa.tpl - admin_shop_rdfa_submiturl, because GR-Notify page 🔋 feature was removed.
    • Config option blLoadDynContents as it's part of dynamic pages.
    • \OxidEsales\Eshop\Core\ShopControl::$_blHandlerSet. This property is not used anymore.
    • \OxidEsales\Eshop\Core\WidgetControl::$_blHandlerSet. This property is not used anymore.

    ✂ Removed

    • Dynamic pages related code including.
    • GR-Notify page feature.

    🛠 Fixed

    🔒 Security