Releases: mhujer/BreadcrumbsBundle
Releases · mhujer/BreadcrumbsBundle
1.5.3 PHP 8.0 and Composer 2.0
Twig 3.0 support
Merge pull request #12 from mhujer/twig-3.0 Twig 3.0 support
1.5.1 Symfony 5 support
Merge pull request #10 from mhujer/COil-patch-1 Symfony 5 support (COil's patch)
1.5.0 - first release of mhujer/breadcrumbs-bundle
This version is compatible with Symfony 4.3
This is a first release of mhujer/breadcrumbs-bundle
, which is a fork of whiteoctober/breadcrumbs-bundle
.
See sampart#106.
Upgrading
- in your
composer.json
replacewhiteoctober/breadcrumbs-bundle
withmhujer/breadcrumbs-bundle
- change the version constraint to
~1.5
- run
composer update