OXID eShop v6.5.0 Release Notes

Release Date: 2019-11-07 // over 4 years ago
  • โž• Added

    • ๐Ÿ”ง oe-console command: oe:module:apply-configuration
    • โž• Added new parameter to executeQuery method in SeoEncoder which allows to pass prepared statements parameters
    • OxidEsales\EshopCommunity\Internal\Framework\Database\QueryBuilderFactoryInterface

    ๐Ÿ”„ Changed

    • โšก๏ธ Most of SELECT, DELETE, UPDATE and INSERT queries do use prepared statements
    • ๐Ÿšš Use 301(moved permanently) redirect on missing slash in the url - we had 302(moved temporary) earlier PR-722
    • โšก๏ธ Updated jQuery library in admin panel to 3.4.1

    ๐Ÿ—„ Deprecated

    • OxidEsales\EshopCommunity\Core\DatabaseProvider
    • OxidEsales\EshopCommunity\Core\Database\Adapter\Doctrine\Database
    • OxidEsales\EshopCommunity\Core\Database\Adapter\Doctrine\ResultSet
    • OxidEsales\EshopCommunity\Core\Database\Adapter\DatabaseInterface
    • OxidEsales\EshopCommunity\Core\Database\Adapter\ResultSetInterface
    • OxidEsales\EshopCommunity\Application\Model\SmartyRenderer
    • OxidEsales\EshopCommunity\Core\Email:$_oSmarty
    • OxidEsales\EshopCommunity\Core\Email:_getSmarty()
    • OxidEsales\EshopCommunity\Core\UtilsView:getSmarty()
    • ๐Ÿ“œ OxidEsales\EshopCommunity\Core\UtilsView:parseThroughSmarty()
    • OxidEsales\EshopCommunity\Core\UtilsView:_fillCommonSmartyProperties()
    • ๐Ÿ”Œ OxidEsales\EshopCommunity\Core\UtilsView:getSmartyPluginDirectories()
    • ๐Ÿ”Œ OxidEsales\EshopCommunity\Core\UtilsView:getShopSmartyPluginDirectories()
    • OxidEsales\EshopCommunity\Core\UtilsView:_smartyCompileCheck()
    • 0๏ธโƒฃ OxidEsales\EshopCommunity\Core\UtilsView:_smartyDefaultTemplateHandler()
    • oxfunctions:ox_get_template()
    • oxfunctions:ox_get_timestamp()
    • oxfunctions:ox_get_secure()
    • oxfunctions:ox_get_trusted()

    โœ‚ Removed

    • ๐Ÿ‘Œ Support of GD1 library dropped PR-672
    • Not used files anymore:
      • source/xd_receiver.htm PR-689

    ๐Ÿ›  Fixed

    • ๐Ÿ“‡ Metadata 1.2 support
    • Fix issue with fetch_mode_changing. Bug 6892
    • ๐Ÿ‘Œ Improve gift registry search #0006698
    • ๐Ÿ›  Fix admin query logging #0006999. Information will be written to to source/log/oxadmin.log.
    • โœ‚ Removed hardcoded "http://" in oxexturl field edit #0006993 PR-726