Breadcrumb
Version 3.0.0
April 16, 2024
Changed
- Now requires Craft 5 (#11)
Version 2.0.0
October 3, 2022
Changed
- Now requires Craft
4.0.0+
- Now requires PHP
8.0.2+
Removed
- Dead element variable
Version 1.1.1
November 8, 2019
Added
- Better check if element has a traditional title or not
Changed
- isElement now uses instanceof to check for the element interface
Fixed
- Some code inconsistencies
Removed
- Dead element variable
Version 1.1.0
November 7, 2019
Crumb titles are now generated from the following fields in order of priority 1) customFieldHandle, 2) title, 3) URL segment
Crumbs generated from a URL segment will no longer appear capitalized. Please use CSS text-transform if you want to capitalize crumb titles
Changed
- customFieldHandle setting now applies to all crumbs in the breadcrumb array, not just the last
- Crumbs are now generated from the customFieldHandle setting which will fallback to title if customFieldHandle setting is empty. If a crumb in the breadcrumb is not an element the crumb title will be generated from the URL segment
Fixed
- skipUrlSegment now works more consistently
Removed
- Automatic capitalization of crumb titles that are generated from a URL segment #6
Version 1.0.4
March 15, 2019
Added
- lastSegmentTitle which allows you to pass in a string to customise the title in the last segment of the breadcrumb
Changed
- how defaults are set
- homeUrl to customBaseUrl which reflects the setting better. homeUrl is still supported
- Simplified null coalescing operators
Version 1.0.3
March 6, 2019
Added
- Added documentationUrl to extra in composer.json to fix documentation link not showing
Changed
- Check for an Entry or Category element when applying a custom title
- Readme improvements
Fixed
- homeUrl only working for the first URL segment
- baseUrl not respecting the current site #4
Version 1.0.2
February 28, 2019
Changed
- Readme improvements
- Improved how custom titles are handled in category elements
Removed
- Removed check for tag element
Version 1.0.1
February 28, 2019
Changed
- Docs link in composer.json
Version 1.0.0
February 27, 2019
Added
- Improved documentation
- Added the ability to limit results in the Breadcrumb array
Version 0.0.1
February 25, 2019
Added
- Initial release