Skip to content

Releases: craftcms/feed-me

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.

1.4.5

13 Jan 08:17
Compare
Choose a tag to compare
  • Fixed issue with plugin release feed url.

1.4.4

28 Dec 02:14
Compare
Choose a tag to compare
  • Fixed issue with irregular nested elements. See #24.

1.4.3

01 Dec 08:35
Compare
Choose a tag to compare
  • Check for both numeric and string single-string arrays. Particularly an issue for JSON feeds

1.4.2

27 Nov 13:37
Compare
Choose a tag to compare
  • Minor improvements for plugin icons.

1.4.1

26 Nov 22:45
Compare
Choose a tag to compare
  • Fix css/js resources filename, which did not commit properly.

1.4.0

26 Nov 14:18
Compare
Choose a tag to compare
  • Craft 2.5 support, including release feed and icons.
  • Code cleanup and refactoring field-mapping logic for performance and sanity.
  • Rewritten Matrix/Table mapping and processing logic. Matrix and Table fields will need to be re-mapped.
  • Removed Super Table native support - please ensure you have the 0.3.9 release of Super Table. Super Table fields will need to be re-mapped.
  • Less strict user matching - should match against almost any value related to user.
  • Allow for Environment Variables to be used in the feed url.
  • Better feedback on feed failure. Will fail task if any feed node encounters an issue, and will show the red failed task indicator (prompting you to look at the logs).
  • Fix for mapping multiple Matrix blocks being out of order from original feed.
  • Fix issue with task not firing when running from Control Panel. In some cases, this meant not even logging information was being recorded if something went wrong. This did not effect running directly.

Third-Party Hooks

  • Added registerFeedMeMappingOptions for third-party fieldtypes to control the options for mapping feed nodes to field data.
  • Added postForFeedMeFieldType for third-party fieldtypes to modify entry data before being saved to entry.
  • Added documentation for hooks. Refer to Wiki.
  • Modified third-party hooks prepForFeedMeFieldType so it actually works! Thanks go to @lindseydiloreto.