diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ceade..0f24369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Solspace Calendar Changelog -## 5.0.10 - Unreleased +## 5.0.10 - 2024-10-09 ### Added -- Added `calendar/calendars/fix-field-layout-tabs-elements-uids --rebuildProjectConfig` CLI command to resolve issues for Calendar 4.x and earlier versions of 5.0.x where unique UIDs were not being generated for field layout elements when duplicating calendars. This CLI command is only applicable to sites on Craft 4 that may have duplicated calendars in earlier versions of Calendar 4.x and 5.x. This command will not work on Craft 5 due to bigger differences in how the data is stored. +- Added support for `Elements::EVENT_REGISTER_ELEMENT_TYPES`. +- Added `calendar/calendars/fix-field-layout-tabs-elements-uids --rebuildProjectConfig` CLI command to resolve issues for Calendar 4.x and earlier versions of 5.0.x where unique UIDs were not being generated for field layout elements when duplicating calendars. This CLI command only applies to sites on Craft 4 that may have duplicated calendars in earlier versions of Calendar 4.x and 5.x. This command will not work on Craft 5 due to bigger differences in storing the data. ### Fixed - Fixed a bug where Calendar event titles and fields were not translating correctly in Craft 5. diff --git a/composer.json b/composer.json index de17e9f..a1a5f8d 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.9.1", + "version": "5.0.10", "type": "craft-plugin", "authors": [ {