Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jul 6, 2021
1 parent 605a0bb commit daaa3a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Solspace Calendar Changelog

## 3.3.2 - 2021-07-06

### Added
- Added `url`, `slug`, `multiDay` and `duration` GraphQL variables to the event query.

### Changed
- Adjusted the `z-index` of date and time pickers for better compatibility with other plugins.

### Fixed
- Fixed a bug where sites with PostgreSQL could fail while running the update migration.
- Fixed a bug where some field labels were not translatable in the event editor.

## 3.3.1 - 2021-06-16

### 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/craft3-calendar",
"description": "The most reliable and powerful event management plugin for Craft.",
"version": "3.3.1",
"version": "3.3.2",
"type": "craft-plugin",
"authors": [
{
Expand Down

0 comments on commit daaa3a3

Please sign in to comment.