Skip to content

Commit

Permalink
v3.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jun 28, 2022
1 parent c3802fa commit 1f0c607
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Solspace Calendar Changelog

## 3.3.13 - 2022-06-28

### Added
- Added `defineRules` to `CalendarModel` so users can define their validation rulesets.

### 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 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.
- Fixed a potential PHP 8.1 compatibility issue.

## 3.3.12 - 2022-05-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solspace/craft3-calendar",
"description": "The most reliable and powerful event management plugin for Craft.",
"version": "3.3.12",
"version": "3.3.13",
"type": "craft-plugin",
"authors": [
{
Expand Down

0 comments on commit 1f0c607

Please sign in to comment.