Releases: KnpLabs/KnpMenu
Releases · KnpLabs/KnpMenu
v3.5.0
What's Changed
- chore: add ci tests for php 8.3 by @Chris53897 in #383
- drop $ so gitclip works by @tacman in #385
- allow Symfony 7 by @garak in #386
- Add callback voter by @Florin1 in #387
- docs: fix ci badge and https link to composer by @Chris53897 in #390
- chore: bump github action versions to fix ci deprecations by @Chris53897 in #389
- tests: make DataProviders static in preparation for PHPUnit 10 by @Chris53897 in #391
- feat: drop support for PHP < 8.1 by @Chris53897 in #392
New Contributors
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Correct spelling in docs by @gnito-org in #358
- Removed undefined method
addVoter
by @magdicom in #364 - Add support for query parameters matching to RouteVoter by @yguedidi in #366
- Add a CI job running phpstan by @stof in #367
- upgrade to php 7.4 by @stephanvierkant in #365
- fix error in baseline by @garak in #372
- chore: add ci tests for php 8.2, bump github actions versions by @Chris53897 in #373
- tests: make dataproviders static (part 1) by @Chris53897 in #377
- docs: fix internal link by @Chris53897 in #375
- feat: drop support of php 7.4 by @Chris53897 in #376
New Contributors
- @gnito-org made their first contribution in #358
- @magdicom made their first contribution in #364
- @yguedidi made their first contribution in #366
- @Chris53897 made their first contribution in #373
Full Changelog: v3.3.0...v3.4.0
v3.3.0
v3.2.0
v3.1.2
v3.1.1
v3.1.0
3.0.0
- 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