This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Releases: kevinpapst/AdminLTEBundle
Releases · kevinpapst/AdminLTEBundle
3.1.2
3.1.1
added Basque translations (#115) - thanks @ikusimakusi
3.1
- added .editorconfig file (#106) - thanks @gggeek
- added .gitattributes file (#105) - thanks @gggeek
- hide box_footer if empty (#112)
- allow to re-configure or deactivate form theme (#110)
- Improved box widget (#114)
- added further blocks in box widget for customization
- support forms in box_footer
- add method to remove MenuItem from menu (#113) - thanks @lduer
3.0.4
3.0.3
3.0.2
3.0.1
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.