Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
v5.0.11
v4.0.16
Added
- Added
calendar/calendars/fix-field-layout-tabs-elements-uids --rebuildProjectConfig
CLI command to resolve issues where unique UIDs were not generated for field layout elements when duplicating calendars.
Fixed
- Fixed a bug where soft-deleted (Trashed) events were not visible on the CP Events index page.
v5.0.10
Added
- 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.
Removed
- Removed the migration that attempted to resolve the issue of unique UIDs not being generated for field layout elements when duplicating calendars.
- Removed unnecessary Craft version helper.
v5.0.9
Added
- Added the ability to filter events by Author in the control panel Events index.
Fixed
- Fixed a bug where calendars with reused instanced fields in the same field layout (Craft 5) were not saving values.
- Fixed a bug where the ICS Description and ICS Location field dropdowns would not show reused instanced fields (Craft 5) in calendar settings.
- Fixed a bug where the Calendar Events field type could trigger a
Serialization of 'Closure is not allowed'
error. - Fixed a bug where unique UIDs were not generated for field layout elements when duplicating calendars. Added a migration for Craft 4 installs.
v5.0.8
v4.0.15
v5.0.7
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.
v5.0.6
v5.0.5
Changed
- Replaced the custom
UpdateEventsUriJob
with Craft'sUpdateElementSlugsAndUris
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.