Skip to content

Releases: solspace/craft-calendar

v3.0.13

06 Oct 18:38
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the Occurrences object's default was not loading correctly for some recurring events.
  • Fixed a bug where the Events CP index could trigger errors after upgrading from Craft 2 for installs that use database table prefixes.
  • Fixed a bug where calendars on single-site installs were not taking into account the event enabled/disabled state in calendar site settings when creating new events.

v3.0.12

19 Aug 21:22
Compare
Choose a tag to compare

Added

  • Added a datepicker to the CP Month/Week/Day views to allow for much quicker navigating to months/weeks/days in the distant past or future.
  • Added ability to set 5 and 10 minute time picker increments in addition to the previous 15, 30 and 60 minute increments.

Fixed

  • Fixed a bug where manually editing an end time was not possible at times.
  • Fixed a bug where Calendar event elements could not be reordered inside the element fieldtype.

v3.0.11

29 Jul 06:18
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where creating and editing events would trigger a deprecation notice about enabledForSite.

v3.0.10

24 Jul 20:47
Compare
Choose a tag to compare

Changed

  • Updated Calendar field layouts to now include support for Craft 3.5+ layout column improvements.

Fixed

  • Fixed some compatibility issues with Craft 3.5+.

v3.0.9

17 Jul 16:55
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where Calendar was no longer compatible with PHP 7.0.

v3.0.8

14 Jul 16:25
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where saving events in some time formats would error about the Post Date.

v3.0.7

08 Jul 15:22
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the 3.0.5 Post Date migration would fail for sites with a custom table prefix.

v3.0.6

08 Jul 14:29
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where attempting to filter event results on postDate in front end templates was not working.
  • Fixed a bug where the 3.0.5 Post Date migration would fail for PostgreSQL users.

v3.0.5

06 Jul 19:25
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where Post Dates were not being recorded correctly for events.

v3.0.4

04 Jun 06:37
Compare
Choose a tag to compare

Added

  • Added ./craft calendar/events/resave console command for the ability to resave all Calendar events. Most of the arguments available to resave/entries are available too, so if you need to also update the Craft Search Index, be sure to add --update-search-index.

Changed

  • Updated ICS subscriptions to allow passing of site=siteHandle into the URL to specify a certain site's translation of the data.

Fixed

  • Fixed a bug where some CP Month/Week/Day views didn't work correctly with Craft 3.4.18+ update to jQuery.
  • Fixed a bug where saving "late night" events that overflow into the next day might not load correctly in the UI when editing.
  • Fixed a bug where clicking the EDIT button inside the CP Month/Week/Day views on an event was not being linked correctly to include the site handle.