Skip to content

Releases: solspace/craft-calendar

v5.0.15

19 Feb 17:54
v5.0.15
10aff69
Compare
Choose a tag to compare

Added

  • Added calendar/events/fix-contents command to help fix missing event data after upgrading from Craft 4 to Craft 5.

v5.0.14

11 Feb 16:50
v5.0.14
e3b4be6
Compare
Choose a tag to compare

Changed

  • Updated the plugin icon.
  • Updated the Calendar dashboard widgets and field types to include the Calendar icon.

Fixed

  • Fixed a bug where some parts of the event details popup window were not translatable.
  • Fixed a bug where events could not be ordered by multiple criteria on the front end.
  • Fixed a deprecation warning in the control panel (ucfirst to capitalize).

v4.0.17

14 Jan 20:04
v4.0.17
d8b87d7
Compare
Choose a tag to compare

Changed

  • Updated the fix-field-layout-tabs-elements-uids console command to address orphaned field layout tabs belonging to the Calendar Event element type.
  • Removed the Resources subnav link.

Fixed

  • Fixed a translation issue in the event details popup in the CP Month/Week/Day pages.
  • Fixed various issues with Neo fields.

v5.0.13

23 Dec 18:44
v5.0.13
4d3c79c
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where exporting events would fail if the ICS Description and Location fields were not filled in.
  • Fixed a bug that prevented orphaned event field layouts from being deleted during garbage collection.
  • Fixed a bug where getOccurrences would sometimes not correctly retrieve events results when rangeEnd was not set for neverending repeating events.
  • Fixed a bug where uploading files to events via the front-end form would not work as of Calendar 5.0.7.
  • Fixed various issues with Neo fields.

v5.0.12

12 Nov 21:41
v5.0.12
3dda087
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that prevented orphaned event field layouts from being deleted during garbage collection.
  • Fixed a bug that stopped Neo field translations from working in some situations.
  • Fixed a deprecation notice when using Calendar in Craft 5.x.

v5.0.11

29 Oct 03:20
v5.0.11
6fe4392
Compare
Choose a tag to compare

Changed

  • Updated the fix-field-layout-tabs-elements-uids console command to address orphaned field layout tabs belonging to the Calendar Event element type.

Fixed

  • Fixed a bug where the Author attribute was included by mistake in the Sort options list for the CP Events index.

v4.0.16

17 Oct 20:51
v4.0.16
422a21c
Compare
Choose a tag to compare

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

09 Oct 20:44
v5.0.10
9567a62
Compare
Choose a tag to compare

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

07 Oct 19:42
v5.0.9
789a10b
Compare
Choose a tag to compare

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

12 Sep 05:31
v5.0.8
71a8f7e
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where unique UIDs were not generated for field layout elements when duplicating calendars.