From 7aed2adaa838d9a7a22d80d49c36c2309bd5289c Mon Sep 17 00:00:00 2001 From: kjmartens Date: Wed, 27 Jul 2022 17:23:22 -0500 Subject: [PATCH] v4.0.0-beta.7 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9597d937..8021a5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Solspace Calendar Changelog +## 4.0.0-beta.7 - 2022-07-27 + +### Added +- Added an on-demand option (`addFirstOccurrenceDate()`) to display the first occurrence date result in an occurrences list of events that use the "Select Dates" repeat rule. + +### Fixed +- Fixed a bug where the ICS Location and Description mapping settings for each calendar were not working. +- Fixed a bug where some sites making heavy use of the "Select Dates" repeat rule could experience performance issues. + ## 4.0.0-beta.6 - 2022-06-28 ### Added @@ -49,6 +58,14 @@ ### Added - Added compatibility with Craft 4.x. +## 3.3.14 - 2022-07-27 + +### Added +- Added an on-demand option (`addFirstOccurrenceDate()`) to display the first occurrence date result in an occurrences list of events that use the "Select Dates" repeat rule. + +### Fixed +- Fixed a bug where some sites making heavy use of the "Select Dates" repeat rule could experience performance issues. + ## 3.3.13.1 - 2022-06-28 ### Fixed diff --git a/composer.json b/composer.json index 938507f8..2a68687a 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.6", + "version": "4.0.0-beta.7", "type": "craft-plugin", "authors": [ { @@ -11,7 +11,7 @@ ], "require": { "php": "^8.0.2", - "craftcms/cms": "^4.0.0-beta.1", + "craftcms/cms": "^4.0.0", "rlanvin/php-rrule": "~1.6.0", "symfony/property-access": "^2.8|^3.0|^4.0|^5.0", "symfony/finder": "^2.8|^3.0|^4.0|^5.0",