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

Releases: kevinpapst/AdminLTEBundle

3.6.1

19 Nov 11:28
427b545
Compare
Choose a tag to compare

Allow infobox widget to render without a progress description block #171 - thanks @brockhaus

3.6

05 Oct 11:36
8b06c35
Compare
Choose a tag to compare
3.6

3.5

09 Jul 20:17
0b56897
Compare
Choose a tag to compare
3.5

Inlined some FOSUserBundle translations, to reduce unnecessary coupling (check your self-registration and password-reset screens).

3.4

14 May 15:46
3cb97b3
Compare
Choose a tag to compare
3.4

Potential BC break:
Removed registration of controller from service container, please add them to your own services.yaml if you need it! Or rewrite your code, because the controllers are deprecated anyways.

Added greek translation in #162 - thanks @dkstiler for your contribution

3.3

20 Feb 16:32
67183f1
Compare
Choose a tag to compare
3.3

Includes potential BC breaks

  1. Tasks, Notifications, Menu and User partials are now rendered with an include and NOT with a controller sub-request anymore.
    If you have overwritten the includes that were used internally, this could break.
    The controller actions were deprecated and will be removed soon, make sure that your templates don't call them.

  2. Updated all frontend assets and the build stack. It is not recommended to use the shipped assets, but if you do: make sure it works as expected.

  3. Relaxed PHP versions requirement and allow PHP 8

Changelog

  • Performance: Using twig runtime extensions, include templates instead controller actions, removed 8 sub-requests (#159)
  • Updated frontend stack, updated dependencies, recompiled assets
  • Allow Safe Labels in KNP Menu (#132) - thanks @tacman
  • Updated CI actions: use multiple PHP versions

3.2.4

07 Jul 11:44
c7cd7c5
Compare
Choose a tag to compare

It is 2020 and we have to add fixes for Internet Explorer again 👿

  • change config knp_menu.enable from scalar to boolean (#143) - thanks @Ultiiiiii
  • updated config example
  • Improve IE11 compatibility (#147) - thanks @Ultiiiiii

3.2.3

20 May 15:39
e79543f
Compare
Choose a tag to compare

3.2.2

20 May 13:42
99d714d
Compare
Choose a tag to compare
  • fixed wording: 'user' to 'task' (#129)- thanks @tacman
  • remove duplicate call to sass loader (#130) - thanks @tacman
  • bump frontend dependencies and rebuild assets (#137)
  • added github funding
  • replace travis with github actions (#140)
  • updated italian translation (#139) - thanks @buoncri
  • added hebrew translations (#141) - thanks @eransurg

3.2.1

03 Apr 11:38
6b6bf9f
Compare
Choose a tag to compare
  • Added badges on labels for KNP-menus (#124) thanks to @Ultiiiiii
  • Esperanto translation; translated by Sofia Zaretskaia, reviewed by Michal Matusov (#125) - thanks to @KuboF

3.2

31 Jan 13:56
a09115b
Compare
Choose a tag to compare
3.2
  • added Polish Language translation (#118) - thanks @MikKrz
  • added trans filter to label items with KNP menu (#117) - thanks @cavasinf
  • updated all frontend assets (#123)