OXID eShop 6.2.3
Release date: 24-11-2020
Additionally to bug fixes and a security improvement (thanks to Dr. Breuker @it.sec!), this patch release contains merged pull requests.
Changes
Support for Composer v2.0 was added, which is not as performance-hungry as his ancestor — yee-haa! But no fear: this implementation is backwards-compatible so you are able to use v1.0 as well.
We added the oe:module:uninstall-configuration command for OXID console which removes a module configuration from YAML configuration files and database.
Support Symfony’s optional class for named services was added. This means that in services.yaml files, you can now drop the class: configuration for namespaces if it is the same like the identifier itself.
Here’s an example.
Find the bugs fixed in this compilation under bugs.oxid-esales.com/changelog_page.php?version_id=578.
See the changes in this compilation under https://github.com/OXID-eSales/oxideshop_metapackage_ce/compare/v6.2.2%E2%80%A6v6.2.3.
See the release note under docs.oxid-esales.com/eshop/en/6.2/releases/releases-2020/oxid-eshop-623.html.