From 199f5ce2bcd92a804a2c369cb753dfe082ea895b Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 18 Sep 2019 11:00:03 +1000 Subject: [PATCH] Release v2.4.8 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928b9a41..4238a9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.4.8 - 2019-09-14 +### Fixed +- Fix #232 - make sure to clear the uid when cloning the field so the original doesn't get overwritten when converting. + +### Changed +- Update tar +- Update js-yaml + ## 2.4.7 - 2019-09-10 ### Fixed - Fix #249 diff --git a/composer.json b/composer.json index 8ad81742..cbcf1b8a 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.4.7", + "version": "2.4.8", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index 8be0f514..56d5e5ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "2.4.7", + "version": "2.4.8", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {