diff --git a/CHANGELOG.md b/CHANGELOG.md index b3223c1..8b25a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 2.3.1 - 2022-07-04 +### Fixed +- Fixes a compatibility issue introduced in Craft 3.7.46, where toggle field dropdowns, radio buttons and checkboxes would no longer work. Fixes #17 + ## 2.3.0.1 - 2022-05-21 > {warning} Craft 4.0 has been released, finally adding field layout conditionals to core! As such Reasons has become redundant, and will not be upgraded to support Craft 4 or later releases. **Before upgrading your site to Craft 4, make sure to note any conditionals that you'll want to re-create using the core feature, before uninstalling Reasons.** diff --git a/composer.json b/composer.json index 256c044..b1ac602 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.3.0.1", + "version": "2.3.1", "keywords": [ "craft", "cms",