diff --git a/CHANGELOG.md b/CHANGELOG.md index f158a8ca..4a76529a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Solspace Calendar Changelog +## 3.3.14 - 2022-07-27 + +### Added +- Added and 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 b4e8d60b..45a50da9 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.13.1", + "version": "3.3.14", "type": "craft-plugin", "authors": [ {