Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 24, 2018
1 parent dcb9bd9 commit 2da53cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.2 - 2018-02-25

### Changed
- Improve import support for `rias\positionfieldtype\fields\Position`
- Improve SuperTable/Matrix validation for import
- Improve Craft 2 migration of importing (caused fatal errors in some cases)
- Set minimum requirement to `^3.0.0-RC11`

## 2.0.1 - 2018-02-12

### Fixed
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.1",
"version": "2.0.2",
"keywords": [
"craft",
"cms",
Expand Down
3 changes: 2 additions & 1 deletion config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"uuidString": "ECE3F09A-2816-43C6-9715-3F4A30BD28C5"
}
],
"creatorBuild": "26261",
"creatorBuild": "26268",
"files": {
"\/.github\/ISSUE_TEMPLATE": {
"cB": 0,
Expand Down Expand Up @@ -248,6 +248,7 @@
"animateCSSInjections": 0,
"autoBuildNewItems": 1,
"autoprefixerBrowserString": "> 1%, last 2 versions, Firefox ESR, Opera 12.1",
"autoprefixerEnableIEGrid": 0,
"babelAuxiliaryCommentAfter": "",
"babelAuxiliaryCommentBefore": "",
"babelConfigFileHandlingType": 0,
Expand Down

0 comments on commit 2da53cb

Please sign in to comment.