Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
v4.0.9
Fixed
- Fixed a bug where saving events as a user without edit permissions to other sites would trigger an error. It now only shows statuses for sites the user has access to.
- Fixed a bug where the CP Month/Week/Day pages' Site selector dropdown wasn't only showing Sites the user has access to.
v4.0.8
Fixed
- Fixed a bug where disabled events were not displaying in the CP events index on sites with only one Craft Site.
- Fixed a bug where events were not loading with PostgreSQL.
- Fixed a bug where an
argument must be of type string, array given
error could occur in rare cases.
v3.3.21
v4.0.7
v3.3.20
v3.3.19
v4.0.6
v4.0.5
Changed
- Improved Calendar date field logic to only reset End Time when the Start Time is set past it.
- Updated the Status area in the Calendar create/edit event page to be a closer match to native Craft Entries.
Fixed
- Fixed a bug where page tabs were no longer showing in the Calendar create/edit event page.
- Fixed a bug where the Calendar date field was appearing at the bottom of the page. Updated to very top (above Title field) temporarily until it can become part of the flow of the regular field layout.
- Fixed a bug where the Title field was no longer showing custom labels.
- Fixed a bug where events were no longer showing in the correct order.
- Fixed a bug where Calendar title translations were not working correctly.
v4.0.4
Fixed
- Fixed a bug where sites with just 1 site would encounter a
titleTranslationMethod cannot be null
error when attempting to create a new calendar. - Fixed a bug where
titleTranslationMethod
andtitleTranslationKeyFormat
fields were sometimes not being added during a fresh install or update. - Fixed a bug where Calendar could error if a calendar had no field layout.
- Fixed a bug where calendars that have titles set to be NOT TRANSLATABLE were still being translated per site.
- Fixed a bug where attempting to edit a Calendar event through the Craft element editor modal would fail.
v4.0.3
Added
- Added
cp.solspace.calendar.filters
hook to customize calendar filters in the CP Month/Week/Day view.
Fixed
- Fixed a bug where events would not correctly display in alphabetical order when sorted by element title in the CP Events index when paginated.
- Fixed a bug where event titles were not always being translated per site, when applicable.