Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
v4.0.14
v5.0.4
Added
- Added favicons to the demo templates.
Changed
- Updated the
nesbot/carbon
dependency to include^3.0.0"
. - Updated Calendar to support Carbon 3.x.
Fixed
- Fixed a bug where reoccurring events were not returning when using batch calls.
- Fixed a number of breadcrumbs throughout Calendar control panel pages.
v5.0.3
v5.0.2
Added
- Added
selectDatesAsDatesLocalized
andexceptionsLocalized
to aid with timezone issues when using|date
to translate dates.
Fixed
- Fixed a bug where running any GraphQL query would result in an Internal Server Error.
- Fixed a bug where events with "Selected Dates" repeat rules would not always save correctly via a front-end form.
v4.0.13
v5.0.1
v5.0.0
v4.0.12
Added
- Added support for an element integration in Freeform 5. Allows users to create Calendar events from Freeform forms.
Changes
- Updated Calendar to use a custom job to resave events instead of using Craft's own resave elements functionality, which seems to cause event dates to jump forward by roughly 6 months to 1 year into the future. Reverted previous changes in 4.0.10 thought to have resolved the issue.