Skip to content

Releases: craftcms/feed-me

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.

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.