Releases: craftcms/feed-me
Releases · craftcms/feed-me
2.0.2
- [Added] Provide
all
locale option instead of always requiring one. - [Improved] Refactored Asset element type importing, include locale content.
- [Improved] Better support for Craft Client default author for elements.
- [Improved] Empty date/time can now be set for date fields.
- [Improved] Improved Checkbox/Radio/Multiselect data parsing.
- [Improved] Plugin events are now triggered when calling the debug action.
- [Improved] Long URLs are now truncated on feeds index in the CP.
- [Improved] Improved assets-uploading without extension.
- [Fixed] Properly support third-party element types.
- [Fixed] Properly support third-party data types (thanks to @timeverts).
- [Fixed] Fixed default value for dropdown field (when no value matches).
- [Fixed] Better error-handling when importing into specific locale.
- [Fixed] Ensure default start/date are correctly parsed entries/commerce.
- [Fixed] Ensure checks for element attributes include fallback. Can cause issues with fields with handles the same as element attributes.
- [Fixed] Lightswitch field now properly check for boolean values.
- [Fixed] Fixed User Photos not being mapped.
- [Fixed] Fixed
preferredLocale
not being mapped to users. - [Fixed] Fixed logging license response on ping. This caused an error to be raised during feed processing at times.
- [Fixed] Fixed for Asset Element not matching against filename data.
- [Fixed] Fixes for Matrix/Table importing.
2.0.1
- [Fixed] Products - Fix existing element-matching on core attributes (matching against title, etc)
- [Fixed] Products - Ensure content is set correctly for multi-locales
- [Fixed] Users - Fix profile fields not importing when multi-locales were setup.
- [Fixed] Fix data-parsing when using via templates. Particular if an error occurs, an error would be thrown, preventing logging of the error.
- [Fixed] Ensure
unregisterLicenseKey
andtransferLicenseKey
properly decode server response.
2.0.0
1.4.12
- [Improved] Altered terminology around Duplication Handling to hopefully be more clearer.
- [Fixed] Protect against errors on Feed Me index page when sections/entry types no longer exist.
- [Fixed] Fixed mapping issues with Table field inside Matrix blocks.
- [Fixed] Fixed Dropdown field matching via Label, not Value.
1.4.11
- Fixed issue with XML parsing and special characters encoding incorrectly.
1.4.10
- Fixed issue for repeatable fields containing empty values (table fields).
- FeedUrl attribute stored as
TEXT
column type to allow for longer URLs. - Improved JSON parsing to use Yii's JsonHelper class, with better logging when failing.
1.4.9
- Fixed issue with utf8 encoding for feeds.
- Improvements to matrix processing.
1.4.8
- Fix for json parsing when special characters in feed content.
- Better logging when a feed cannot be parsed.
1.4.7
1.4.6
- Fixed an issue where an error would be incorrectly thrown when Add duplication handling is used.