Upgrade Notes
1.2.0
- [General] Dropped support of Pimcore 10, bumped minimum requirement of
pimcore/pimcoreto^11.2. Replaced all$request->get()with their explicit input source. - [Composer] Replaced the abandoned jwt related required packages with
jwt-library - [Composer] Bumped minimum required PHP version to 8.1 and added support to 8.2 and 8.3
1.1.0
- [Plugins] Replaced plugins backend UI with JS event listener.
- [Session] Replaced SessionConfigurator with OpenSessionBagListener and added related deprecation triggers.
- [Session] Deprecated
Configurator::SESSION_BAG_NAME, useOpenSessionBagListener::SESSION_BAG_NAMEinstead. - [Session] Replaced usage of deprecated
Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBagin favor ofAttributeBag - If you are upgrading to pimcore 11, then please install the
pimcore/admin-ui-classic-bundlebundle.