Skip to content

Commit

Permalink
Merge branch 'release/4.0.0' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 17, 2022
2 parents 13e0b76 + a33e0b5 commit a7f008a
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 432 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Route Map Changelog

## 4.0.0 - 2022.07.17
### 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](https://github.com/nystudio107/craft-routemap/issues/31))

## 4.0.0-beta.2 - 2022.04.13
### Fixed
* Fixed an issue that would cause `craft.routeMap.getAllRouteRules()` to throw an exception ([#30](https://github.com/nystudio107/craft-routemap/issues/30))
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-routemap",
"description": "Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries",
"type": "craft-plugin",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -27,7 +27,7 @@
}
],
"require": {
"craftcms/cms": "^4.0.0-beta.1"
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a7f008a

Please sign in to comment.