Skip to content

Releases: nystudio107/craft-routemap

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

Version 1.1.1

02 Mar 16:16
Compare
Choose a tag to compare

Changed

  • Fixed deprecation errors from Craft CMS 3 RC13

Version 1.1.0

20 Feb 16:36
Compare
Choose a tag to compare

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

02 Feb 05:09
Compare
Choose a tag to compare

Added

  • Renamed the composer package name to craft-routemap

Version 1.0.1

29 Dec 20:33
Compare
Choose a tag to compare

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

27 Dec 14:18
Compare
Choose a tag to compare

Added

  • Initial release