Calendar Calendar for Craft

Setup

Changelog

5.0.10 2024-10-09

Additions

  • 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.

Fixes

  • Fixed a bug where Calendar event titles and fields were not translating correctly in Craft 5.

Removals

  • 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.

5.0.9 2024-10-07

Additions

  • Added the ability to filter events by Author in the control panel Events index.

Fixes

  • 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.

5.0.8 2024-09-12

Fixes

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

5.0.7 2024-08-10

Fixes

  • 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

Fixes

  • Fixed a bug where installation of Craft CMS would break if the Calendar plugin was enabled in Project Config.
  • Fixed a bug where using the groupedByWeek() method returns an error.

5.0.5 2024-06-07

Changes

  • Replaced the custom UpdateEventsUriJob with Craft's UpdateElementSlugsAndUris job to correctly parse URI parameters.
  • Updated the plugin icon with subtle improvements for Craft 5.

Fixes

  • 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.

5.0.4 2024-05-09

Additions

  • Added favicons to the demo templates.
  • Added calendar/events/fix-titles CLI command to fix the migration of Element titles for sites that have upgraded from Craft 4 to Craft 5. This command needs to be run once after the migration.

Changes

  • Updated the nesbot/carbon dependency to include ^3.0.0".
  • Updated Calendar to support Carbon 3.x.

Fixes

  • Fixed a bug where reoccurring events were not returning when using batch calls.
  • Fixed a number of breadcrumbs throughout Calendar control panel pages.

5.0.3 2024-04-08

Changes

  • Updated the symfony/property-access, symfony/finder, and symfony/filesystem dependencies to include ^7.0.

5.0.2 2024-04-04

Additions

  • Added selectDatesAsDatesLocalized and exceptionsLocalized to aid with timezone issues when using |date to translate dates.

Fixes

  • Fixed a bug where running any GraphQL query would result in an Internal Server Error.
  • Fixed a bug where events with "Selected Dates" repeat rules would not always save correctly via a front-end form.

5.0.1 2024-04-03

Fixes

  • Fixed several potential issues with queries to better support prefixes and updated variable names to be more meaningful.

5.0.0 2024-03-26

Additions

  • Added compatibility with Craft 5.x (in addition to Craft 4.x).

Changes

  • Updated plugin icon.
  • Removed Resources area in control panel.