Releases: sampart/BreadcrumbsBundle
Releases · sampart/BreadcrumbsBundle
1.4.5
- Fix spaceless tag deprecation (#110)
1.4.4
Change EngineTemplating to Twig for fix Symfony 4.3 deprecations (#108)
Also:
- Update installation and usage documentation (#100)
- Add metadata to help PhpStorm Symfony plugin with autocompletion (#101)
- Travis changes/fixes (#98, #104, #105, #109)
1.4.3
- Documentation fixes: #93, #96
- Fix missing URL for last item when provided: #95
- Fix deprecation for symfony/config 4.2: #97
1.4.2
- Support PHP-PM by resetting state (#88)
- Allow injecting the service into Controller constructor for autowiring (#90)
1.4.1
- Improve Symfony4 support by requiring
symfony/templating
, and add documentation about templating configuration (#91)
1.3.0
- Add JSON-LD template #75
- Add "Contributing" section to README, plus code-of-conduct #81
- Added support for Symfony 3.4 (remove deprecation warnings). #84
1.2.3
- Make translation optional: #79
- Various minor tweaks: #72, #77, #78