Skip to content

Commit

Permalink
v4.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jul 27, 2022
1 parent ec70869 commit 7aed2ad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand All @@ -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",
Expand Down

0 comments on commit 7aed2ad

Please sign in to comment.