From 071bb374eab40dc127a14cb1a545c2f73078f32b Mon Sep 17 00:00:00 2001 From: kjmartens Date: Tue, 1 Mar 2022 09:32:49 -0600 Subject: [PATCH] v3.3.9 --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be69ec71..2a8c9d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 0d9dab07..beaff6ec 100644 --- a/composer.json +++ b/composer.json @@ -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": [ {