Releases: craftcms/feed-me
Releases · craftcms/feed-me
1.4.5
- Fixed issue with plugin release feed url.
1.4.4
1.4.3
- Check for both numeric and string single-string arrays. Particularly an issue for JSON feeds
1.4.2
- Minor improvements for plugin icons.
1.4.1
- Fix css/js resources filename, which did not commit properly.
1.4.0
- 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.