This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Releases: kevinpapst/AdminLTEBundle
Releases · kevinpapst/AdminLTEBundle
2.8.5
Changelog
fixed 4.1 deprecations which are bc safe (#83) - thanks @RickJelier
2.8.4
2.8.3
Changelog
- added block for member-since field in navbar dropdown (#81) - thanks @RickJelier
2.8.2
2.8.1
Changelog
- spanish translation added (#76) - thanks @yayitazale
2.8
Changelog
- travis and code style updates (#75)
- added configurations to limit amount of navbar items (#74) - thanks @lucasaba
Warning: the amount of displayed navbar items might be a BC break, if you currently display more than 10 items in a dropdown (messages, notifications, tasks). In this case, you should adjust your configuration and set the new options:
admin_lte:
options:
max_navbar_notifications: 10
max_navbar_tasks: 10
max_navbar_messages: 10
2.7.3
2.7.2
2.7.1
2.7
Changelog
- added swedish translations - thanks @tellustheguru (#66)