Skip to content

Commit

Permalink
version 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 16, 2019
1 parent 9133a2c commit 32ab173
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.1.7 - 2019-02-16

### Fixed
- Fix primary element selector showing incorrect values when two nested nodes have the same name.
- Switch variant parsing behaviour to support nested levels less than 2 first.
- Remove assumption that empty arrays should be ignored.
- Ensure third-party fields check for empty data before returning.
- Ensure element fields check for empty data before returning.

## 3.1.6 - 2019-02-15

### Added
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/feed-me",
"description": "Import content from XML, RSS, CSV or JSON feeds into Entries, Categories, Craft Commerce Products (and variants), and more.",
"type": "craft-plugin",
"version": "3.1.6",
"version": "3.1.7",
"keywords": [
"craft",
"cms",
Expand Down
7 changes: 7 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@
"oAP": "/build/src/base",
"oF": 0
},
"/src/console/controllers/FeedsController.php": {
"cB": 0,
"ft": 8192,
"oA": 2,
"oAP": "/src/console/controllers/FeedsController.php",
"oF": 0
},
"/src/controllers": {
"ft": 65536,
"oA": 1,
Expand Down

0 comments on commit 32ab173

Please sign in to comment.