Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
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.
v3.3.12
v4.0.0-beta.3
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
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
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
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.