From 51ea9429d74561666267ccc739ca4b3a68df97c5 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Wed, 16 Jun 2021 14:41:45 -0500 Subject: [PATCH] v3.3.1 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa6a83a..478a44fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Solspace Calendar Changelog +## 3.3.1 - 2021-06-16 + +### Fixed +- Fixed a bug where GraphQL support did not work with regular fields. +- Fixed a bug where the Site dropdown mentu for the CP Month/Week/Day views would not filter out sites without calendars. +- Fixed a bug where sites with PostgreSQL could fail while running the update migration. +- Fixed a bug where the "Install Demo Templates" banner would re-appear after updates. + ## 3.3.0 - 2021-05-26 > {warning} Calendar 3.3+ introduces support for Project Config on calendar settings and layouts. This means that if you have the `allowAdminChanges` Craft config setting set to `false`, that environment will no longer be able to add or modify calendars. diff --git a/composer.json b/composer.json index 03482f68..d73359d3 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.0", + "version": "3.3.1", "type": "craft-plugin", "authors": [ {