Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
v3.3.4
v3.3.3
v3.3.2
Added
- Added
url
,slug
,multiDay
andduration
GraphQL variables to the event query.
Changed
- Adjusted the
z-index
of date and time pickers for better compatibility with other plugins.
Fixed
- Fixed a bug where sites with PostgreSQL could fail while running the update migration.
- Fixed a bug where some field labels were not translatable in the event editor.
v3.3.1
Fixed
- Fixed a bug where GraphQL support did not work with regular fields.
- Fixed a bug where the Site dropdown menu for the CP Month/Week/Day views would not filter out sites without calendars.
- Fixed a bug where sites with PostgreSQL could fail while running the update migration.
- Fixed a bug where the "Install Demo Templates" banner would re-appear after updates.
v3.3.0
NOTE: Calendar 3.3+ introduces support for Project Config on calendar settings and layouts. This means that if you have the
allowAdminChanges
Craft config setting set tofalse
, that environment will no longer be able to add or modify calendars.
Added
- Added support for GraphQL.
- Added support for Project Config on calendar settings and layouts.
- Added a Time Format setting to optionally override formatting of times in the Calendar control panel for all users.
- Added the ability to duplicate calendars.
- Added ability to set/change the status of multiple events from the CP Event index page.
Fixed
- Fixed a bug where using the quick create event feature for an event that belongs to a calendar that is NOT enabled for the primary Craft site would not work.
- Fixed a bug where creating new events using the "New Event" dropdown from the CP Month/Week/Day views for calendars that don't have the primary Craft site enabled would run into issues.
- Fixed a bug where not specifying the
FREQ
setting for Calendar Feed Me mapping would cause the import to fail. - Fixed a bug where saving and continuing a calendar would give a "Request contained an invalid body param" error.
- Fixed a bug where "Slug" was missing from the column options in the CP Events list index view.
v3.2.1
v3.2.0
v3.1.0
v3.0.15
v3.0.14
Added
- Added
previousDateLocalized
andnextDateLocalized
property as a more reliable replacement forpreviousDate
andnextDate
when needing to use|date
filter onmonth
/week
/day
objects to display translatable dates in calendar views.
Fixed
- Fixed a bug where Live Preview was not working correctly for non-Calendar fields in Craft 3.5+.