This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Releases: kevinpapst/AdminLTEBundle
Releases · kevinpapst/AdminLTEBundle
2.6
2.5.1
Changelog
- fixed brazilian portuguese translation
2.5
2.4.2
Changelog
- fix KNPMenu breadcrumbs with spaceless filter (#57) - thanks @matrixino
- added Japanese translation (#58) - thanks @magiruuvelvet
2.4.1
Changelog
Fixes the spaceless
deprecation which was introduced with Twig 2.7 (#55)
2.4
2.3
2.2
Upgrading
composer update kevinpapst/adminlte-bundle
Changelog
- fixed aggressive form theming, allows to configure different application form-theme
- added icons to form widget types: tel, url, email, datetime, password
- added missing translation for mandatory fields
- improved form theme docs
2.1.3
2.1.2
Upgrading
Updating is done with composer:
composer update kevinpapst/adminlte-bundle
Only if you are using the theme in combination with the KNPMenuBundle:
Be aware, that the MenuBuilder
is now auto-loaded via the service definition in Resources/config/container/knp-menu.yml
when the knp menu is activated with knp_menu.enable: true
in config/packages/admin_lte.yaml
.
Changelog
- fixed support for KNP Menu (#37)