From daaa3a33207d5e27d33da122572d6270ca4374b4 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Tue, 6 Jul 2021 15:58:43 -0500 Subject: [PATCH] v3.3.2 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2f4a59..346678f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Solspace Calendar Changelog +## 3.3.2 - 2021-07-06 + +### Added +- Added `url`, `slug`, `multiDay` and `duration` GraphQL variables to the event query. + +### Changed +- Adjusted the `z-index` of date and time pickers for better compatibility with other plugins. + +### Fixed +- Fixed a bug where sites with PostgreSQL could fail while running the update migration. +- Fixed a bug where some field labels were not translatable in the event editor. + ## 3.3.1 - 2021-06-16 ### Fixed diff --git a/composer.json b/composer.json index d73359d3..f90e2c94 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.1", + "version": "3.3.2", "type": "craft-plugin", "authors": [ {