Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
v4.0.0-beta.8
Changed
- Changed the package name from
solspace/craft3-calendar
tosolspace/craft-calendar
.
Fixed
- Fixed a bug where calendar handles could have dashes in them.
- Fixed a bug where saving an event with required fields in a multi-site environment could miss some error validation.
v3.3.15
Changed
- Changed the package name from
solspace/craft3-calendar
tosolspace/craft-calendar
.
Fixed
- Fixed a bug where calendar handles could have dashes in them.
- Fixed a bug where saving an event with required fields in a multi-site environment could miss some error validation.
v4.0.0-beta.7
Added
- Added an on-demand option (
addFirstOccurrenceDate()
) to display the first occurrence date result in an occurrences list of events that use the "Select Dates" repeat rule.
Fixed
- Fixed a bug where the ICS Location and Description mapping settings for each calendar were not working.
- Fixed a bug where some sites making heavy use of the "Select Dates" repeat rule could experience performance issues.
v3.3.14
Added
- Added an on-demand option (
addFirstOccurrenceDate()
) to display the first occurrence date result in an occurrences list of events that use the "Select Dates" repeat rule.
Fixed
- Fixed a bug where some sites making heavy use of the "Select Dates" repeat rule could experience performance issues.
v4.0.0-beta.6
Added
- Added
defineRules
toCalendarModel
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
v3.3.13
Added
- Added
defineRules
toCalendarModel
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
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
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.