Skip to content

Releases: APY/APYBreadcrumbTrailBundle

v1.9.2 - Twig security fix

21 Mar 09:34
ea3ae06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v1.9.2

v1.9.1 - Fix test suite for PHP 8.1 and 8.2

05 Jan 18:54
4a63dd5
Compare
Choose a tag to compare

This release does not add new functionality.

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

07 Nov 14:43
Compare
Choose a tag to compare

What changed?

Full changelog: v1.8.0...v1.9.0

v1.8.0

29 Nov 10:51
48d56e2
Compare
Choose a tag to compare

What's Changed

  • Introduce ResetBreadcrumbTrail PHP attribute to reset trail
  • Support breadcrumb annotation without parameters again for resetting trail by @rvanlaak in #80

Full Changelog: v1.7.1...v1.8.0

v1.7.1

25 Nov 15:58
ef95116
Compare
Choose a tag to compare

What's fixed

  • Fix rendering simple objects in breadcrumb title and parameters by @rvanlaak in #78

Full Changelog: v1.7.0...v1.7.1

v1.7.0

22 Nov 12:25
Compare
Choose a tag to compare

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

18 Nov 15:31
8ab08fa
Compare
Choose a tag to compare
v1.7.0-beta.2 Pre-release
Pre-release

Minor fixes

Full Changelog: v1.7.0-beta.1...v1.7.0-beta.2

v1.7.0-beta.1

17 Nov 08:59
aeda2de
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release

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

Full Changelog: v1.6.1...v1.7.0-beta.1

v1.6.1 - Test PHP8 and Symfony 5

16 Apr 12:09
e446c7b
Compare
Choose a tag to compare

No features were added with this release.

v1.6.0 test coverage

01 Aug 21:20
9382e32
Compare
Choose a tag to compare

add test coverage, running via Github Actions