Skip to content

Commit

Permalink
v4.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jun 28, 2022
1 parent d9ac595 commit 76231ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 76231ed

Please sign in to comment.