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

3.0

Compare
Choose a tag to compare
@kevinpapst kevinpapst released this 25 Sep 16:22
· 44 commits to master since this release
d1e0d21

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.