From a0900aa48b4d16fe1c1ccd77d6772bc30b81de61 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Tue, 28 Jun 2022 17:22:53 -0500 Subject: [PATCH] v3.3.13.1 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b50867..f158a8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Solspace Calendar Changelog +## 3.3.13.1 - 2022-06-28 + +### Fixed +- Fixed a bug where fields that are not translatable were still being translated per site. +- Fixed a bug where the End Repeat date was overriding the Start Date (in 3.3.13 only). + ## 3.3.13 - 2022-06-28 ### Added diff --git a/composer.json b/composer.json index 7736dd90..b4e8d60b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "solspace/craft3-calendar", "description": "The most reliable and powerful event management plugin for Craft.", - "version": "3.3.13", + "version": "3.3.13.1", "type": "craft-plugin", "authors": [ {