All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.4.2 - 2019-09-26
- Removed not used dev dependencies and empty tests structure
1.4.1 - 2019-09-26
- Allow adding multiple crumbs without a link #23
- Changed ownership
1.4.0 - 2018-05-24
- Fixed, last element in chain has no link always
- Changed
CHANGELOG.md
1.3.4 - 2018-01-20
- Enabled support for PHP 7.2
- Used latest Phalcon
- Updated dev dependencies
1.3.3 - 2017-10-21
- Used latest Phalcon
- Updated dev dependencies
1.3.2 - 2017-09-10
- Used latest Phalcon
- Updated tests
- Updated docs
1.3.1 - 2017-04-18
- Fixed invalid converting
$id
to":null:"
if$url
is not null in update function.
1.3.0 - 2017-04-10
- Changed organization
- Minor
composer.json
improvements
1.2.1 - 2016-12-21
- Updated dev-dependencies
- Minor grammar improvements
- Refactored test environment
1.2.0 - 2016-03-26
- Added
Breadcrumbs::count
- PHP 5.4 is now fully deprecated
- Fixed building with Phalcon 2.1.x
1.1.1 - 2016-03-12
- Added Codeception support
- Cleanup documentation
1.1.0 - 2016-02-22
- Added support of events
- Added
Breadcrumbs::update
to update an existing crumb - Added the events:
breadcrumbs:beforeUpdate
andbreadcrumbs:afterUpdate
- Introduced domain exceptions
- Detect empty
Breadcrumbs::$elements
on update or remove - Added
Breadcrumbs::setTemplate
to set rendering template - Added the events:
breadcrumbs:beforeSetTemplate
andbreadcrumbs:afterSetTemplate
- Updated
Breadcrumbs::log
in order to add the ability to catch the exception in your custom listener
- Initial release