From 76231ed36e66cba8e06697491b260c16477f2b5d Mon Sep 17 00:00:00 2001 From: kjmartens Date: Tue, 28 Jun 2022 17:29:06 -0500 Subject: [PATCH] v4.0.0-beta.6 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eee0f38..9597d937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Solspace Calendar Changelog -## 4.0.0-beta.6 - Unreleased +## 4.0.0-beta.6 - 2022-06-28 ### Added - Added `defineRules` to `CalendarModel` so users can define their validation rulesets. @@ -10,6 +10,7 @@ ### 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. @@ -48,6 +49,12 @@ ### Added - Added compatibility with Craft 4.x. +## 3.3.13.1 - 2022-06-28 + +### Fixed +- Fixed a bug where fields that are not translatable were still being translated per site. +- Fixed a bug where the End Repeat date was overriding the Start Date (in 3.3.13 only). + ## 3.3.13 - 2022-06-28 ### Added