Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
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.
v4.0.0-beta.1
Added
- Added compatibility with Craft 4.x.
v3.3.9
Fixed
- Fixed a bug where user groups and sites were not always being processed before performing project config updates.
- Fixed a bug where a database table alias in a query could break on some sites.
- Fixed a bug where passing GraphQL field definitions through
TypeManager
to fetch custom fields wouldn't always work. - Fixed a bug where the "Restrict users to editing their own events only?" would not apply correctly on the front end templates.
- Fixed an issue where calling
Carbon::clone()
did not work for some sites. - Fixed a bug where
EventQuery::count()
was not being compatible with the interface signature for PHP 8.1.
v3.3.8
Fixed
- Fixed a bug where updates to Calendar via Project Config wouldn't always work on the first attempt.
- Fixed a bug where Calendar was not automatically resaving Event URI paths in the database when making changes to the path in the calendar settings.
- Fixed a bug where events that spanned multiple days/weeks/months could potentially cause issues with the month/week/day groupedBy methods.
- Fixed a bug where editing the "Select Dates" and "Exceptions" of events in the Element editor slideout were not working.
- Fixed a bug where attempting to edit any event data in Live Preview mode would make no difference at all.
v3.3.7.1
v3.3.7
Changed
- Updated minimum Craft version requirement to 3.6+ to account for supporting GraphQL features.
Fixed
- Fixed a bug where the
calendar_events
table did not have a primary key column for MySQL 8 support. - Fixed a bug where there could be potential performance issues when loading CP Month/Week/Day view pages.
- Fixed a bug where Calendar permissions were using IDs instead of UIDs.
- Fixed a bug where
groupedByMonth()
and others were display an error when no events were found.