RouteMap Changelog.
Link 1.1.9 · 2024.10.14
added - 2024.10.14
- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
Link 1.1.8 · 2022.07.17
changed - 2022.07.17
- Cast
$siteId
params to be an integer, even though it should be either anint
ornull
already (#22)
Link 1.1.7 · 2021.07.17
changed - 2021.07.17
- Switched documentation system to VitePress
fixed - 2021.07.17
- Fix endpoint
get-all-route-rules
to property typecastsiteId
before doing the strict comparison (https://github.com/nystudio107/craft-routemap/issues/22)
Link 1.1.6 · 2019.03.13
changed - 2019.03.13
- Fixed an issue with
getRouteRules()
and Craft 3.1 (where theroutes
db table no longer exists)
Link 1.1.5 · 2018.11.28
changed - 2018.11.28
- Updated composer semver for craftcms/cms
Link 1.1.4 · 2018.05.15
changed - 2018.05.15
- By default return only Section URLs where
status
isenabled
(this can still be overridden via the criteria you pass in)
Link 1.1.3 · 2018.04.15
changed - 2018.04.15
- Fixed improper controller return types
- More strict checking of Element classes
Link 1.1.2 · 2018.04.14
changed - 2018.04.14
- RouteMap now returns the URI (aka path) instead of fully qualified URLs
- Code cleanup
Link 1.1.1 · 2018.03.02
changed - 2018.03.02
- Fixed deprecation errors from Craft CMS 3 RC13
Link 1.1.0 · 2018.02.20
added - 2018.02.20
- Added support for retrieving category route rules & URLs
- Added support for retrieving Control Panel &
routes.php
rules
changed - 2018.02.20
- Updated the
README.md
to reflect the new functionality
Link 1.0.2 · 2018.02.01
added - 2018.02.01
- Renamed the composer package name to
craft-routemap
Link 1.0.1 · 2017-12-29
added - 2017-12-29
- 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
Link 1.0.0 · 2017-12-27
added - 2017-12-27
- Initial release