diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9e930..c2fb19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 2.1.0 - 2019-05-11 + +### Added +- Add Neo support for cloning, importing and exporting. +- Add support for picking blocks and block fields for Super Table, Matrix and Neo fields when importing. This means you can choose specific fields or entire blocktypes to import, rename or exclude. +- Add field audit functionality. See what elements are using what fields, and also if there are any orphaned field layouts (field layouts that belong to an element group no longer there). +- Add translatable column to field index. +- Add option to download export JSON, or view output. + +### Changed +- Now requires Craft 3.1.x. + +### Fixed +- Enforce plugin to be hidden when `allowAdminChanges` is set. +- Fix some missing translations. + ## 2.0.6 - 2019-05-11 ### Fixed diff --git a/README.md b/README.md index 210a9e5..2eb32d1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@ Field Manager is a Craft CMS plugin to help make it easy to manage your fields and field groups. -## Neo Support -Please note that [Neo](https://github.com/spicywebau/craft-neo/) is not currently supported by Field Manager. Trying to clone a field may result in unexpected loss of data. We'll provide further updates shortly. - ## Features - Clone fields and field groups with the click of a button. diff --git a/composer.json b/composer.json index 01cb109..f498d10 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/field-manager", "description": "Manage your fields and field groups with ease with simple field or group cloning and quicker overall management.", "type": "craft-plugin", - "version": "2.0.6", + "version": "2.1.0", "keywords": [ "craft", "cms",