Skip to content

Commit

Permalink
Bump to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Aug 13, 2020
1 parent f75b38f commit 2076401
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2076401

Please sign in to comment.