Releases: APY/APYBreadcrumbTrailBundle
Releases · APY/APYBreadcrumbTrailBundle
v1.9.2 - Twig security fix
v1.9.1 - Fix test suite for PHP 8.1 and 8.2
This release does not add new functionality.
What's Changed
- Add PHP 8.1 and PHP 8.2 test support by @rvanlaak in #87
- Fix twig cve for 1.x branch by @rvanlaak in #86
Full Changelog: v1.9.0...v1.9.1
v1.9.0
v1.8.0
v1.7.1
v1.7.0
This is the last feature release in the 1.x
branch with backwards compatibility on PHP < 8 and Symfony < 4.4.
What's Changed
- added PHPStan on CI, and as
make static
target - rewrote documentation to use PHP Attributes #15
Full Changelog: v1.7.0-beta.2...v1.7.0
v1.7.0-beta.2
Minor fixes
Full Changelog: v1.7.0-beta.1...v1.7.0-beta.2
v1.7.0-beta.1
What's Changed
- Support PHP8 attributes, and prefer them over annotations if present by @Richard87 in #64
- Trigger deprecation message on annotations by @rvanlaak in #69
- support breadcrumbs on invokable controllers by @rvanlaak in #71
Minor changes
- do not make
twig
public in TestContainer by @rvanlaak in #66 - Fix test and backwards compatible deprecations by @Richard87 in #65
- CVE-2019-10909 fix for symfony/framework-bundle by @rvanlaak in #68
- Add codestyle to CI by @rvanlaak in #70
Full Changelog: v1.6.1...v1.7.0-beta.1
v1.6.1 - Test PHP8 and Symfony 5
No features were added with this release.
v1.6.0 test coverage
add test coverage, running via Github Actions