Skip to content

Releases: mhujer/BreadcrumbsBundle

1.5.3 PHP 8.0 and Composer 2.0

17 Nov 20:01
Compare
Choose a tag to compare

Version 1.5.3 should be compatible with PHP 8.0 and Composer 2.0

  • support for PHP 7.2 was dropped
  • support for Symfony 4.3 was dropped

Twig 3.0 support

23 Nov 22:36
1365d16
Compare
Choose a tag to compare
Merge pull request #12 from mhujer/twig-3.0

Twig 3.0 support

1.5.1 Symfony 5 support

23 Nov 21:08
2b2018d
Compare
Choose a tag to compare
Merge pull request #10 from mhujer/COil-patch-1

Symfony 5 support (COil's patch)

1.5.0 - first release of mhujer/breadcrumbs-bundle

27 Aug 13:59
Compare
Choose a tag to compare

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

  1. in your composer.json replace whiteoctober/breadcrumbs-bundle with mhujer/breadcrumbs-bundle
  2. change the version constraint to ~1.5
  3. run composer update