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

3.3

Compare
Choose a tag to compare
@kevinpapst kevinpapst released this 20 Feb 16:32
· 9 commits to master since this release
67183f1

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