Skip to content

Commit

Permalink
v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jun 7, 2024
1 parent 6b09067 commit ccf60f4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Solspace Calendar Changelog

## 5.0.5 - 2024-06-07

### Changed
- Replaced the custom `UpdateEventsUriJob` with Craft's `UpdateElementSlugsAndUris` job to correctly parse URI parameters.
- Updated the plugin icon with subtle improvements for Craft 5.

### Fixed
- Fixed a bug where CP breadcrumbs for events in Craft 5 were not displaying correctly.
- Fixed a bug where viewing an event in the CP would sometimes error in Craft 4.

## 5.0.4 - 2024-05-09

### Added
Expand Down Expand Up @@ -42,6 +52,14 @@
- Updated plugin icon.
- Removed _Resources_ area in control panel.

## 4.0.14 - 2024-06-07

### Changed
- Replaced the custom `UpdateEventsUriJob` with Craft's `UpdateElementSlugsAndUris` job to correctly parse URI parameters.

### Fixed
- Fixed a bug where reoccurring events were not returning when using batch calls.

## 4.0.13 - 2024-04-04

### Added
Expand Down
6 changes: 3 additions & 3 deletions 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": "5.0.4",
"version": "5.0.5",
"type": "craft-plugin",
"authors": [
{
Expand Down Expand Up @@ -45,8 +45,8 @@
"name": "Calendar",
"developer": "Solspace",
"developerUrl": "https://docs.solspace.com/",
"documentationUrl": "https://docs.solspace.com/craft/calendar/v4/",
"changelogUrl": "https://raw.githubusercontent.com/solspace/craft-calendar/v4/master/CHANGELOG.md",
"documentationUrl": "https://docs.solspace.com/craft/calendar/v5/",
"changelogUrl": "https://raw.githubusercontent.com/solspace/craft-calendar/v5/CHANGELOG.md",
"hasSettings": true,
"hasCpSection": true,
"hooks": {
Expand Down

0 comments on commit ccf60f4

Please sign in to comment.