This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
3.0
Changelog
- New requirement: Symfony 4.3 and PHP 7.2
- Fixed several deprecations
- Using new event system
See issue #89 for details. Thanks @RickJelier for your contributions in #80!
Upgrading from v2 to v3
Upgrade should run without problems, simply raise the version constraint in your composer.json.
- Deprecated all Event identifier strings from
ThemeEvents::XYZ
, use respective Event classes directly - Removed deprecated config
admin_lte.options.control_sidebar
, useadmin_lte.control_sidebar
instead - Removed deprecated file
AdminLTE/layout/login-layout.html.twig
, useAdminLTE/layout/security-layout.html.twig
instead
Two of my projects could be migrated without code adjustments. But in order to get rid of deprecations, you have to replace the Event identifier in your EvenListener/EvenSubscriber.