From b9ed2e065748cef0b7478e7ad28c2d887af36611 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Tue, 2 Aug 2022 12:47:33 -0500 Subject: [PATCH] v3.3.15 --- CHANGELOG.md | 9 +++++++++ composer.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ba277d..fc24ee0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Solspace Calendar Changelog +## 3.3.15 - 2022-08-02 + +### Changed +- Changed the package name from `solspace/craft3-calendar` to `solspace/craft-calendar`. + +### Fixed +- Fixed a bug where calendar handles could have dashes in them. +- Fixed a bug where saving an event with required fields in a multi-site environment could miss some error validation. + ## 3.3.14 - 2022-07-27 ### Added diff --git a/composer.json b/composer.json index 45a50da9..fd485965 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "solspace/craft3-calendar", + "name": "solspace/craft-calendar", "description": "The most reliable and powerful event management plugin for Craft.", - "version": "3.3.14", + "version": "3.3.15", "type": "craft-plugin", "authors": [ {