Releases: nystudio107/craft-routemap
Releases · nystudio107/craft-routemap
Version 1.1.4
Changed
- By default return only Section URLs where
status
isenabled
(this can still be overridden via the criteria you pass in)
Version 1.1.3
Changed
- Fixed improper controller return types
- More strict checking of Element classes
Version 1.1.2
Changed
- RouteMap now returns the URI (aka path) instead of fully qualified URLs
- Code cleanup
Version 1.1.1
Changed
- Fixed deprecation errors from Craft CMS 3 RC13
Version 1.1.0
Added
- Added support for retrieving category route rules & URLs
- Added support for retrieving Admin CP &
routes.php
rules
Changed
- Updated the
README.md
to reflect the new functionality
Version 1.0.2
Added
- Renamed the composer package name to
craft-routemap
Version 1.0.1
1.0.1 - 2017-12-29
Added
- Added cache busting of the Route Map caches when Elements are saved
- Added Route Map Cache as a cache that can be cleared via the Clear Caches utility
Version 1.0.0
Added
- Initial release