Skip to content

Commit

Permalink
v3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Mar 1, 2022
1 parent e0b589b commit 071bb37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Solspace Calendar Changelog

## 3.3.9 - 2022-03-01

### Fixed
- Fixed a bug where user groups and sites were not always being processed before performing project config updates.
- Fixed a bug where a database table alias in a query could break on some sites.
- Fixed a bug where passing GraphQL field definitions through `TypeManager` to fetch custom fields wouldn't always work.
- Fixed a bug where the "Restrict users to editing their own events only?" would not apply correctly on the front end templates.
- Fixed an issue where calling `Carbon::clone()` did not work for some sites.
- Fixed a bug where `EventQuery::count()` was not being compatible with the interface signature for PHP 8.1.

## 3.3.8 - 2021-12-27

### 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.8",
"version": "3.3.9",
"type": "craft-plugin",
"authors": [
{
Expand Down

0 comments on commit 071bb37

Please sign in to comment.