From 2076401eb38bafe6ffcb4fb5409cf2294f69e063 Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Thu, 13 Aug 2020 08:51:12 +0200 Subject: [PATCH] Bump to 2.2.1 --- CHANGELOG.md | 15 ++++++++++++--- composer.json | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571e8fc..c40cea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,40 +4,49 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 2.2.1 - 2020-08-13 ### Fixed -- Fixes an issue in Craft 3.5.3+, where conditionals would not render if field handles were visible +- Fixes an issue introduced in Craft 3.5.3, where conditionals would not render if field handles were visible ## 2.2.0 - 2020-07-16 + ### Added -- Adds Craft 3.5 compatibility. Thanks @brandonkelly! +- Adds Craft 3.5 compatibility. Thanks @brandonkelly! + ### Changed - Reasons now requires Craft 3.5.0-RC1 or later + ### Fixed - Fixes an issue where conditionals could disappear from the Project Config when it was rebuilt ## 2.1.2 - 2020-06-12 + ### Added - Adds support for Tags + ### Fixed - Fixes an issue where Reasons could break element editor modals for Tags ## 2.1.1 - 2020-06-08 + ### Fixed - Fixes an issue where Reasons could throw an exception when syncing project config via console - Fixes an issue where conditionals could be truncated on field layout save - Fixes an issue where multiple toggle fields per target field wouldn't work as expected ## 2.1.0 - 2020-06-01 + ### Added - Adds support for Project Config ## 2.0.1 - 2020-06-01 + ### Fixed - Fixes an issue where it could be possible save multiple conditional records per field layout - Fixes an issue where it wasn't possible to clear conditionals ## 2.0.0 - 2020-06-01 + ### Added - Initial public release diff --git a/composer.json b/composer.json index 72ad942..389e88c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mmikkel/reasons", "description": "Adds conditionals to field layouts.", "type": "craft-plugin", - "version": "2.2.0", + "version": "2.2.1", "keywords": [ "craft", "cms",