From c05ca15e646249c34f5691495d6d95ba8836ddd0 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Tue, 19 Feb 2019 13:35:42 +1100 Subject: [PATCH] Release v2.2.4 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a078592..5c66ffcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.2.4 - 2019-02-19 +### Changed +- Now supports filtering an entry draft's Neo field content with query parameters + +### Fixed +- Fixed error when creating a new section + ## 2.2.3 - 2019-02-06 ### Added - Added support for the CP Field Inspect plugin diff --git a/composer.json b/composer.json index 315b523d..84303db1 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type that uses existing fields", - "version": "2.2.3", + "version": "2.2.4", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index 0cda5325..11653135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "2.2.3", + "version": "2.2.4", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {