Skip to content

Releases: solspace/craft-calendar

v4.0.14

07 Jun 05:02
1d26986
Compare
Choose a tag to compare

Changed

  • Replaced the custom UpdateEventsUriJob with Craft's UpdateElementSlugsAndUris job to correctly parse URI parameters.

Fixed

  • Fixed a bug where reoccurring events were not returning when using batch calls.

v5.0.4

09 May 20:37
5d30751
Compare
Choose a tag to compare

Added

  • Added favicons to the demo templates.

Changed

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

Fixed

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

v5.0.3

08 Apr 18:37
d2d1b3c
Compare
Choose a tag to compare

Changed

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

v5.0.2

04 Apr 16:45
4acdc4c
Compare
Choose a tag to compare

Added

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

Fixed

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

v4.0.13

04 Apr 16:38
fc212df
Compare
Choose a tag to compare

Added

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

Fixed

  • Fixed a bug where events with "Selected Dates" repeat rules would not always save correctly via a front-end form.

v5.0.1

03 Apr 13:22
ae719fc
Compare
Choose a tag to compare

Fixed

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

v5.0.0

26 Mar 22:31
f308218
Compare
Choose a tag to compare

Added

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

Changed

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

v4.0.12

07 Mar 22:36
8c237bf
Compare
Choose a tag to compare

Added

  • Added support for an element integration in Freeform 5. Allows users to create Calendar events from Freeform forms.

Changes

  • Updated Calendar to use a custom job to resave events instead of using Craft's own resave elements functionality, which seems to cause event dates to jump forward by roughly 6 months to 1 year into the future. Reverted previous changes in 4.0.10 thought to have resolved the issue.

v4.0.11

29 Nov 15:20
95bffa2
Compare
Choose a tag to compare

Fixed

  • Fixed a missing FROM-clause entry for table subquery.

v4.0.10

29 Nov 15:15
f548c04
Compare
Choose a tag to compare

Changed

  • Updated the plugin icon.

Fixed

  • Fixed a bug where updating a calendar's settings could shift all associated recurring event start/end dates to be the same as the End Repeat date.