Releases: nystudio107/craft-routemap
Releases · nystudio107/craft-routemap
5.0.0
4.0.1
Added
- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
1.1.9
Added
- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
Version 4.0.0
Added
- Initial Craft CMS 4 release
Fixed
- Fixed an issue where
getElementUrls()
would throw an exception if a class name string was passed in (#31)
Version 1.1.8
Changed
- Cast
$siteId
params to be an integer, even though it should be either anint
ornull
already (#22)
Version 4.0.0-beta.2
Fixed
- Fixed an issue that would cause
craft.routeMap.getAllRouteRules()
to throw an exception (#30)
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.1.7
Changed
- Switched documentation system to VitePress
Fixed
- Fix endpoint
get-all-route-rules
to property typecastsiteId
before doing the strict comparison (#22)
Version 1.1.6
Changed
- Fixed an issue with
getRouteRules()
and Craft 3.1 (where theroutes
db table no longer exists)
Version 1.1.5
Changed
- Updated composer semver for craftcms/cms