Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
v3.0.13
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
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
v3.0.10
v3.0.9
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
Added
- Added
./craft calendar/events/resave
console command for the ability to resave all Calendar events. Most of the arguments available toresave/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.