Version 4.0.0

July 17, 2022

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 4.0.0-beta.2

April 13, 2022

Fixed

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

Version 4.0.0-beta.1

March 14, 2022

Added

  • Initial Craft CMS 4 compatibility

Version 1.1.7

July 17, 2021

Changed

  • Switched documentation system to VitePress

Fixed

Version 1.1.6

March 13, 2019

Changed

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

Version 1.1.5

November 28, 2018

Changed

  • Updated composer semver for craftcms/cms

Version 1.1.4

May 15, 2018

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

April 15, 2018

Changed

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

Version 1.1.2

April 14, 2018

Changed

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

Version 1.1.1

March 2, 2018

Changed

  • Fixed deprecation errors from Craft CMS 3 RC13

Version 1.1.0

February 20, 2018

Added

  • Added support for retrieving category route rules & URLs
  • Added support for retrieving Control Panel & routes.php rules

Changed

  • Updated the README.md to reflect the new functionality

Version 1.0.2

February 1, 2018

Added

  • Renamed the composer package name to craft-routemap

Version 1.0.1

December 29, 2017

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

December 27, 2017

Added

  • Initial release