diff --git a/CHANGELOG.md b/CHANGELOG.md index f03296f..b6bd3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Solspace Calendar Changelog +## 5.0.5 - 2024-06-07 + +### Changed +- Replaced the custom `UpdateEventsUriJob` with Craft's `UpdateElementSlugsAndUris` job to correctly parse URI parameters. +- Updated the plugin icon with subtle improvements for Craft 5. + +### Fixed +- Fixed a bug where CP breadcrumbs for events in Craft 5 were not displaying correctly. +- Fixed a bug where viewing an event in the CP would sometimes error in Craft 4. + ## 5.0.4 - 2024-05-09 ### Added @@ -42,6 +52,14 @@ - Updated plugin icon. - Removed _Resources_ area in control panel. +## 4.0.14 - 2024-06-07 + +### Changed +- Replaced the custom `UpdateEventsUriJob` with Craft's `UpdateElementSlugsAndUris` job to correctly parse URI parameters. + +### Fixed +- Fixed a bug where reoccurring events were not returning when using batch calls. + ## 4.0.13 - 2024-04-04 ### Added diff --git a/composer.json b/composer.json index 27f3e6c..64b6879 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "solspace/craft-calendar", "description": "The most reliable and powerful event management plugin for Craft.", - "version": "5.0.4", + "version": "5.0.5", "type": "craft-plugin", "authors": [ { @@ -45,8 +45,8 @@ "name": "Calendar", "developer": "Solspace", "developerUrl": "https://docs.solspace.com/", - "documentationUrl": "https://docs.solspace.com/craft/calendar/v4/", - "changelogUrl": "https://raw.githubusercontent.com/solspace/craft-calendar/v4/master/CHANGELOG.md", + "documentationUrl": "https://docs.solspace.com/craft/calendar/v5/", + "changelogUrl": "https://raw.githubusercontent.com/solspace/craft-calendar/v5/CHANGELOG.md", "hasSettings": true, "hasCpSection": true, "hooks": {