Skip to content

Releases: solspace/craft-calendar

v3.3.4

15 Sep 14:52
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where some native Element query arguments would not work with Calendar in GraphQL.
  • Fixed a bug where loadOccurrences in GraphQL would not allow int values.

v3.3.3

30 Jul 16:15
Compare
Choose a tag to compare

3.3.3 - 2021-07-30

Fixed

  • Fixed a bug where installing Craft with Calendar via Project Config would trigger an error about the default calendar.
  • Fixed a bug where disabled events could not be deleted from the CP Month/Week/Day views.

v3.3.2

06 Jul 20:59
Compare
Choose a tag to compare

Added

  • Added url, slug, multiDay and duration GraphQL variables to the event query.

Changed

  • Adjusted the z-index of date and time pickers for better compatibility with other plugins.

Fixed

  • Fixed a bug where sites with PostgreSQL could fail while running the update migration.
  • Fixed a bug where some field labels were not translatable in the event editor.

v3.3.1

16 Jun 19:43
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where GraphQL support did not work with regular fields.
  • Fixed a bug where the Site dropdown menu for the CP Month/Week/Day views would not filter out sites without calendars.
  • Fixed a bug where sites with PostgreSQL could fail while running the update migration.
  • Fixed a bug where the "Install Demo Templates" banner would re-appear after updates.

v3.3.0

26 May 16:20
Compare
Choose a tag to compare

NOTE: Calendar 3.3+ introduces support for Project Config on calendar settings and layouts. This means that if you have the allowAdminChanges Craft config setting set to false, that environment will no longer be able to add or modify calendars.

Added

  • Added support for GraphQL.
  • Added support for Project Config on calendar settings and layouts.
  • Added a Time Format setting to optionally override formatting of times in the Calendar control panel for all users.
  • Added the ability to duplicate calendars.
  • Added ability to set/change the status of multiple events from the CP Event index page.

Fixed

  • Fixed a bug where using the quick create event feature for an event that belongs to a calendar that is NOT enabled for the primary Craft site would not work.
  • Fixed a bug where creating new events using the "New Event" dropdown from the CP Month/Week/Day views for calendars that don't have the primary Craft site enabled would run into issues.
  • Fixed a bug where not specifying the FREQ setting for Calendar Feed Me mapping would cause the import to fail.
  • Fixed a bug where saving and continuing a calendar would give a "Request contained an invalid body param" error.
  • Fixed a bug where "Slug" was missing from the column options in the CP Events list index view.

v3.2.1

25 Feb 06:17
Compare
Choose a tag to compare
v3.2.1

v3.2.0

11 Feb 06:42
Compare
Choose a tag to compare

Added

  • Added official support for importing data to Calendar events via the Craft Feed Me plugin.

v3.1.0

28 Jan 17:47
Compare
Choose a tag to compare

Changed

  • Updated the file structure of the Calendar plugin and updated Resources areas to show latest support options, etc.

v3.0.15

24 Nov 17:47
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the front end Guest Access feature could error in some cases.

v3.0.14

23 Oct 21:24
Compare
Choose a tag to compare

Added

  • Added previousDateLocalized and nextDateLocalized property as a more reliable replacement for previousDate and nextDate when needing to use |date filter on month/week/day objects to display translatable dates in calendar views.

Fixed

  • Fixed a bug where Live Preview was not working correctly for non-Calendar fields in Craft 3.5+.