Skip to content

Commit

Permalink
v3.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Oct 27, 2022
1 parent dca0600 commit fe6deea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Solspace Calendar Changelog

## 3.3.17 - 2022-12-27

### Fixed
- Fixed a bug where duplicating calendars no longer worked due to the removal of dash `-` in validation.
- Fixed a bug where ordering by `endDate DESC` would not return the latest event end date in GraphQL.
- Fixed a bug where `uri` and `typeHandle` were unavailable for events in GraphQL.

## 3.3.16 - 2022-09-12

### 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": "3.3.16",
"version": "3.3.17",
"type": "craft-plugin",
"authors": [
{
Expand Down

0 comments on commit fe6deea

Please sign in to comment.