Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Releases: kevinpapst/AdminLTEBundle

3.1.2

27 Jan 10:00
ef9b9be
Compare
Choose a tag to compare

added slovakian translations (#116) - thanks Marian

3.1.1

16 Jan 19:45
Compare
Choose a tag to compare

added Basque translations (#115) - thanks @ikusimakusi

3.1

14 Jan 14:22
Compare
Choose a tag to compare
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

09 Dec 09:55
92adcca
Compare
Choose a tag to compare

Added chinese translations (#102)

3.0.3

01 Dec 22:37
Compare
Choose a tag to compare

Added danish translation (#101) - thanks @Badgie

3.0.2

30 Oct 13:48
Compare
Choose a tag to compare

Changelog

Bump Font Awesome version for custom builds (#95) - thanks @Holicz

3.0.1

15 Oct 10:23
Compare
Choose a tag to compare

Changelog

Turkish language support (#91) - thanks @guneysus

3.0

25 Sep 16:22
d1e0d21
Compare
Choose a tag to compare
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, use admin_lte.control_sidebar instead
  • Removed deprecated file AdminLTE/layout/login-layout.html.twig, use AdminLTE/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.

2.8.7

22 Sep 14:21
Compare
Choose a tag to compare

Changelog

Added Finnish Translations (#88) - thanks @Niko9911

2.8.6

16 Sep 15:02
Compare
Choose a tag to compare

Changelog

prevent usage of the js datepicker, when using html5 fields (#87) - thanks @strouble