From 02c7a63162eaf4cee73acbcc664624f0b65fa147 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Sat, 5 Jan 2019 16:21:03 +1100 Subject: [PATCH] Release v2.1.2 --- 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 56a8f8a5..325b338b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.1.2 - 2019-01-05 +### Added +- Added the ability to copy multiple selected blocks from different levels, which can be pasted at the same level + +### Fixed +- Now always saves the block type field layout when saving a block type; fixes an issue with Schematic importing Neo before its field layout fields are imported (thanks @boboldehampsink) + ## 2.1.1 - 2018-12-10 ### Fixed - Fixed issue where Neo was sometimes causing Craft to fail to delete stale template caches diff --git a/composer.json b/composer.json index 9b414a4b..b63347bc 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.1.1", + "version": "2.1.2", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index 5e5d8e08..2e74c843 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "2.1.1", + "version": "2.1.2", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {