From 16b768f62adb1275a8136810b00fd801747647be Mon Sep 17 00:00:00 2001 From: kjmartens Date: Wed, 20 Apr 2022 16:05:42 -0500 Subject: [PATCH] v4.0.0-beta.2 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c8a7f..0f62fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Solspace Calendar Changelog +## 4.0.0-beta.2 - 2022-04-20 + +### Fixed +- Fixed various display and styling issues inside the control panel. +- Fixed a bug where various repeat rules were no longer working correctly when creating and editing events in the front end. +- Fixed a bug where events that repeat on "Select Dates" do not include the original event date as an occurrence in some areas of Calendar. +- Fixed a compatibility issue with GraphQL. + ## 4.0.0-beta.1 - 2022-03-30 ### Added diff --git a/composer.json b/composer.json index e3886df..8eb1380 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": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "type": "craft-plugin", "authors": [ {