From 9c6848b832c69bc30b500b516e73d505be4ae6fc Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Thu, 13 Jan 2022 18:11:57 +0100 Subject: [PATCH] Bump version to 2.2.6 --- CHANGELOG.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59fd495..ca21432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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.6 - 2022-01-13 ### Fixed -- Fixes an issue where Reasons could create a significant amount of duplicate control panel database queries, in development environments. #15 +- Fixes an issue where Reasons could create a significant amount of duplicate database queries inside the control panel. Fixes #15. ## 2.2.5 - 2021-06-15 ### Fixed diff --git a/composer.json b/composer.json index a17194b..15f752d 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.5", + "version": "2.2.6", "keywords": [ "craft", "cms",