Skip to content

Releases: KnpLabs/KnpMenu

v3.5.0

23 Mar 15:35
c39403f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

17 May 18:49
bf7d89a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

28 Oct 06:12
8bd3dc2
Compare
Choose a tag to compare

Allow Symfony 6

v3.2.0

28 May 09:14
9e7f174
Compare
Choose a tag to compare
  • Remove Symfony 6 deprecations
  • Enforce phpstan rules (max level)

v3.1.2

15 Aug 08:03
9996764
Compare
Choose a tag to compare

Minor tweaks to coding standard and configurations

v3.1.1

22 Apr 14:41
254fb64
Compare
Choose a tag to compare
  • added some missing type-hints
  • fixed currentAsLink not working when determining state via voters

v3.1.0

01 Dec 13:02
df1a329
Compare
Choose a tag to compare
  • Allowed Symfony 5 components
  • Removed support for unsupported Symfony versions (4.0 and 4.1)
  • Allowed Twig 3

3.0.0

02 Sep 11:40
2d54f8e
Compare
Choose a tag to compare
  • Raised PHP requirements. This library now requires PHP 7.2 or newer
  • [BC break] Enforced strong types on all interfaces and classes. If you implemented library interface, you need to adapt your implementations.
  • [BC break] Removed all features deprecated in version 2. Specifically, MenuFactory and MenuItem are not accepting a null name anymore

2.5.0

23 Aug 08:51
f22db6a
Compare
Choose a tag to compare

Deprecate passing a null name to MenuItem

2.4.0

29 Jul 10:18
bda9826
Compare
Choose a tag to compare