Skip to content

Commit

Permalink
v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jan 17, 2023
1 parent cfb60e6 commit 045a67e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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.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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 045a67e

Please sign in to comment.