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

Releases: kevinpapst/AdminLTEBundle

2.6

27 Apr 15:11
13c7b56
Compare
Choose a tag to compare
2.6

Changelog

  • updated styling for login, refactored fos-user registration (#64)

BC note: I didn't find any problem when upgrading my own apps, but if you have customized the login or registration screens: double check them before upgrading!

2.5.1

25 Apr 14:55
bdeedba
Compare
Choose a tag to compare

Changelog

  • fixed brazilian portuguese translation

2.5

24 Apr 23:01
Compare
Choose a tag to compare
2.5

Changelog

  • wrong default value and config name in widgets documentation (#59) - thanks @derpue
  • added brazilian portuguese translation (#61) - thanks @dwlima

2.4.2

10 Apr 18:23
Compare
Choose a tag to compare

Changelog

2.4.1

02 Apr 08:36
b0d5ddb
Compare
Choose a tag to compare

Changelog

Fixes the spaceless deprecation which was introduced with Twig 2.7 (#55)

2.4

19 Mar 22:34
1450cec
Compare
Choose a tag to compare
2.4

Upgrading

composer update kevinpapst/adminlte-bundle

Changelog

  • use twig namespaces (#50)
  • fix deprecation warnings for SF 4.2 (#52) - thanks @jkabat

2.3

05 Mar 20:10
0d095f9
Compare
Choose a tag to compare
2.3

Upgrading

composer update kevinpapst/adminlte-bundle

Changelog

If you compile your own assets or use/rely on the has-feedback class, please read #47 before upgrading.

  • fixed breadcrumb support for KnpMenu (#45)
  • added horizontal form theme (#47)
  • fix font-awesome icons for timeline view (#49)

2.2

20 Jan 20:32
f30230e
Compare
Choose a tag to compare
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

14 Nov 22:31
Compare
Choose a tag to compare

Upgrading

Updating is done with composer:

composer update kevinpapst/adminlte-bundle

Changelog

  • fixed unintenionally triggered deprecation message (#40)
  • remove excessive whitespace from knp-menu.html.twig

2.1.2

10 Oct 12:00
6a085db
Compare
Choose a tag to compare

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)