Skip to content

Releases: solspace/craft-calendar

v4.0.0-beta.6

28 Jun 22:29
Compare
Choose a tag to compare

Added

  • Added defineRules to CalendarModel so users can define their validation rulesets.

Changed

  • Updated FullCalendar demo so URL path always includes date segments if recurring event.

Fixed

  • Fixed a bug where removing event occurrences from the CP Month/Week/Day view pages would sometimes use the day before, depending on your timezone.
  • Fixed a bug where fields that are not translatable were still being translated per site.
  • Fixed a bug where events that had exceptions for all occurrences would throw an error in the CP.
  • Fixed a bug where mass changing of event statuses was allowed when the user did not have the correct permissions.
  • Fixed a bug where siteId was not available in the GraphQL Event Interface.

v3.3.13.1

28 Jun 22:23
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where fields that are not translatable were still being translated per site.
  • Fixed a bug where the End Repeat date was overriding the Start Date (in 3.3.13 only).

v3.3.13

28 Jun 15:01
Compare
Choose a tag to compare

Added

  • Added defineRules to CalendarModel so users can define their validation rulesets.

Fixed

  • Fixed a bug where removing event occurrences from the CP Month/Week/Day view pages would sometimes use the day before, depending on your timezone.
  • Fixed a bug where events that had exceptions for all occurrences would throw an error in the CP.
  • Fixed a bug where mass changing of event statuses was allowed when the user did not have the correct permissions.
  • Fixed a bug where siteId was not available in the GraphQL Event Interface.
  • Fixed a potential PHP 8.1 compatibility issue.

v4.0.0-beta.5

27 May 13:43
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where editing existing events could trigger an error if using multiple sites.
  • Fixed a potential PHP 8.1 compatibility issue.

v4.0.0-beta.4

25 May 15:39
Compare
Choose a tag to compare

4.0.0-beta.4 - 2022-05-25

Fixed

  • Fixed a bug where sites using Feed Me with Calendar could see errors in the control panel.

v3.3.12

25 May 15:28
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where editing existing events could trigger an error if using multiple sites in Craft 3.7.42+.

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.