Skip to content

Commit

Permalink
v5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Oct 9, 2024
1 parent 04eb905 commit 9567a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 9567a62

Please sign in to comment.