Skip to content

Releases: craftcms/feed-me

2.0.2

30 Mar 02:38
Compare
Choose a tag to compare
  • [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

28 Feb 12:46
Compare
Choose a tag to compare
  • [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 and transferLicenseKey properly decode server response.

2.0.0

25 Feb 07:56
Compare
Choose a tag to compare

1.4.12

05 Jul 14:14
Compare
Choose a tag to compare
  • [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

25 Apr 09:13
Compare
Choose a tag to compare
  • Fixed issue with XML parsing and special characters encoding incorrectly.

1.4.10

13 Apr 20:21
Compare
Choose a tag to compare
  • 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

15 Mar 11:24
Compare
Choose a tag to compare
  • Fixed issue with utf8 encoding for feeds.
  • Improvements to matrix processing.

1.4.8

02 Mar 22:47
Compare
Choose a tag to compare
  • Fix for json parsing when special characters in feed content.
  • Better logging when a feed cannot be parsed.

1.4.7

28 Feb 14:09
Compare
Choose a tag to compare
  • Added support for locales - set which locale you want your feed to go to.
  • Added support for non-http protocols for feeds (ftp://, file://, etc) #29

1.4.6

20 Jan 01:59
Compare
Choose a tag to compare
  • Fixed an issue where an error would be incorrectly thrown when Add duplication handling is used.