Skip to content

Releases: solspace/craft-calendar

v4.0.0-beta.3

25 Apr 19:38
Compare
Choose a tag to compare

Changed

  • Updated the Preview button to only be visible for saved events. Live Preview will only work with saved elements or ones with a saved draft, which is not currently available.

Fixed

  • Fixed a bug where deleting an event from inside the event edit page would not work.
  • Fixed a bug where an error would show when using the "Save and add another" feature while creating a new calendar.
  • Fixed a bug where displaying event recurrences could sometimes error.

v3.3.11

25 Apr 19:29
Compare
Choose a tag to compare

Changed

  • Updated the Preview button to only be visible for saved events. Live Preview will only work with saved elements or ones with a saved draft, which is not currently available.

Fixed

  • Fixed a bug where deleting an event from inside the event edit page would not work.
  • Fixed a bug where an error would show when using the "Save and add another" feature while creating a new calendar.
  • Fixed a bug where displaying event recurrences could sometimes error.

v3.3.10

21 Apr 19:04
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where various repeat rules were no longer working correctly when creating and editing events in the front end.
  • Fixed a bug where events that repeat on "Select Dates" do not include the original event date as an occurrence in some areas of Calendar.

v4.0.0-beta.2

20 Apr 21:06
Compare
Choose a tag to compare

Fixed

  • Fixed various display and styling issues inside the control panel.
  • Fixed a bug where various repeat rules were no longer working correctly when creating and editing events in the front end.
  • Fixed a bug where events that repeat on "Select Dates" do not include the original event date as an occurrence in some areas of Calendar.
  • Fixed a compatibility issue with GraphQL.

v4.0.0-beta.1

30 Mar 16:33
Compare
Choose a tag to compare

Added

  • Added compatibility with Craft 4.x.

v3.3.9

01 Mar 15:33
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where user groups and sites were not always being processed before performing project config updates.
  • Fixed a bug where a database table alias in a query could break on some sites.
  • Fixed a bug where passing GraphQL field definitions through TypeManager to fetch custom fields wouldn't always work.
  • Fixed a bug where the "Restrict users to editing their own events only?" would not apply correctly on the front end templates.
  • Fixed an issue where calling Carbon::clone() did not work for some sites.
  • Fixed a bug where EventQuery::count() was not being compatible with the interface signature for PHP 8.1.

v3.3.8

27 Dec 22:19
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where updates to Calendar via Project Config wouldn't always work on the first attempt.
  • Fixed a bug where Calendar was not automatically resaving Event URI paths in the database when making changes to the path in the calendar settings.
  • Fixed a bug where events that spanned multiple days/weeks/months could potentially cause issues with the month/week/day groupedBy methods.
  • Fixed a bug where editing the "Select Dates" and "Exceptions" of events in the Element editor slideout were not working.
  • Fixed a bug where attempting to edit any event data in Live Preview mode would make no difference at all.

v3.3.7.1

30 Nov 22:13
Compare
Choose a tag to compare

Fixed

  • Adjusted the 3.3.7 migration for primary key column in the calendar_events table to check if one already exists.

v3.3.7

09 Nov 15:33
Compare
Choose a tag to compare

Changed

  • Updated minimum Craft version requirement to 3.6+ to account for supporting GraphQL features.

Fixed

  • Fixed a bug where the calendar_events table did not have a primary key column for MySQL 8 support.
  • Fixed a bug where there could be potential performance issues when loading CP Month/Week/Day view pages.
  • Fixed a bug where Calendar permissions were using IDs instead of UIDs.
  • Fixed a bug where groupedByMonth() and others were display an error when no events were found.

v3.3.5

21 Sep 20:21
Compare
Choose a tag to compare

Added

  • Added support for Craft 3.7+ element Slideout Editor.

Fixed

  • Fixed a bug where reordering events in the Calendar Events relation field would not work.