Skip to content

Releases: lcharette/UF_Breadcrumb

3.0.0

21 Apr 01:35
c6a2964
Compare
Choose a tag to compare
  • Added Crumbs object to represent each element.
  • Added addCrumb & prependCrumb method.
  • Removed active option for each crumb. It's now automatically handled by the Twig template.
  • Crumbs title is not optional anymore.
  • Update to the base breadcrumb template (removal of first, last element, which is handled by Twig now).
  • BreadcrumbManager is now Breadcrumb/manager.
  • Removed src/Breadcrumb.php Sprinkle class (not needed anyway).
  • Added automated tests.
  • Added Travis, PHP-CS-Fixer, PHPStan, Codecov, StyleCI configuration.

2.0.1

14 Jan 02:15
Compare
Choose a tag to compare
  • Updated Readme instructions