diff --git a/CHANGELOG.md b/CHANGELOG.md index 5836341..7cec422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Solspace Calendar Changelog +## 5.0.7 - 2024-08-10 + +### Fixed +- Fixed issues with permissions when using the Craft Team edition. +- Fixed a bug where using the `groupedBy` methods would return an error when listing events. +- Fixed a bug where importing Calendar events with empty RRULES via Feed Me would fail. +- Fixed a bug where importing Calendar events via _Feed Me_ was incorrectly updating translatable fields. +- Fixed a bug where data from some third-party field types were not saving correctly. + ## 5.0.6 - 2024-07-12 ### Fixed diff --git a/composer.json b/composer.json index 14b4a7e..52e14f8 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.6", + "version": "5.0.7", "type": "craft-plugin", "authors": [ {