From 045a67e0206a4f0efdc8bf9e7753ce6ac9318279 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Tue, 17 Jan 2023 12:37:11 -0600 Subject: [PATCH] v4.0.3 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 433a72b..7487ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Solspace Calendar Changelog +## 4.0.3 - 2023-01-17 + +### Added +- Added `cp.solspace.calendar.filters` hook to customize calendar filters in the CP Month/Week/Day view. + +### Fixed +- Fixed a bug where events would not correctly display in alphabetical order when sorted by element title in the CP Events index when paginated. +- Fixed a bug where event titles were not always being translated per site, when applicable. + ## 4.0.2 - 2022-12-28 ### Changed @@ -94,6 +103,14 @@ ### Added - Added compatibility with Craft 4.x. +## 3.3.18 - 2023-01-17 + +### Added +- Added `cp.solspace.calendar.filters` hook to customize calendar filters in the CP Month/Week/Day view. + +### Changed +- Updated `symfony/property-access`, `symfony/finder` and `symfony/filesystem` dependency version requirements to resolve potential conflicts. + ## 3.3.17 - 2022-12-27 ### Fixed diff --git a/composer.json b/composer.json index 2c1e6bf..2602c92 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "solspace/craft-calendar", "description": "The most reliable and powerful event management plugin for Craft.", - "version": "4.0.2.1", + "version": "4.0.3", "type": "craft-plugin", "authors": [ {