Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 11, 2019
1 parent f683702 commit 945e982
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 945e982

Please sign in to comment.