Skip to content

Releases: nystudio107/craft-routemap

Version 4.0.0

17 Jul 19:49
Compare
Choose a tag to compare

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

17 Jul 19:48
Compare
Choose a tag to compare

Changed

  • Cast $siteId params to be an integer, even though it should be either an int or null already (#22)

Version 4.0.0-beta.2

13 Apr 18:01
Compare
Choose a tag to compare

Fixed

  • Fixed an issue that would cause craft.routeMap.getAllRouteRules() to throw an exception (#30)

Version 4.0.0-beta.1

14 Mar 22:04
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.1.7

17 Jul 15:51
Compare
Choose a tag to compare

Changed

  • Switched documentation system to VitePress

Fixed

  • Fix endpoint get-all-route-rules to property typecast siteId before doing the strict comparison (#22)

Version 1.1.6

13 Mar 18:40
Compare
Choose a tag to compare

Changed

  • Fixed an issue with getRouteRules() and Craft 3.1 (where the routes db table no longer exists)

Version 1.1.5

29 Nov 01:41
Compare
Choose a tag to compare

Changed

  • Updated composer semver for craftcms/cms

Version 1.1.4

15 May 20:37
Compare
Choose a tag to compare

Changed

  • By default return only Section URLs where status is enabled (this can still be overridden via the criteria you pass in)

Version 1.1.3

15 Apr 01:34
Compare
Choose a tag to compare

Changed

  • Fixed improper controller return types
  • More strict checking of Element classes

Version 1.1.2

14 Apr 16:18
Compare
Choose a tag to compare

Changed

  • RouteMap now returns the URI (aka path) instead of fully qualified URLs
  • Code cleanup