|
104 | 104 | ## 3.1.6 - 2019-02-15
|
105 | 105 |
|
106 | 106 | ### Added
|
107 |
| -- Add console command to run feeds. Refer to [docs](https://verbb.io/craft-plugins/feed-me/docs/feature-tour/trigger-import-via-cron#console-command) |
| 107 | +- Add console command to run feeds. Refer to [docs](https://docs.craftcms.com/feed-me/v4/feature-tour/trigger-import-via-cron.html#console-command) |
108 | 108 | - Implement log file rotation - stop them getting out of hand
|
109 | 109 | - Add more date formatting options.
|
110 | 110 |
|
|
345 | 345 | - Add offset/limit options to template params
|
346 | 346 |
|
347 | 347 | ### Changed
|
348 |
| -- Matrix handling, particularly for XML-based feeds are much more opinionated about structure for better results. See [docs](https://verbb.io/craft-plugins/feed-me/docs/guides/importing-into-matrix#note-on-structure). |
| 348 | +- Matrix handling, particularly for XML-based feeds are much more opinionated about structure for better results. See [docs](https://docs.craftcms.com/feed-me/v4/guides/importing-into-matrix.html#note-on-structure). |
349 | 349 |
|
350 | 350 | ### Fixed
|
351 | 351 | - Fix element fields in Matrix not mapping correctly.
|
|
656 | 656 | - Fix for CP becoming unresponsive when running a feed from the control panel directly.
|
657 | 657 | - Fix to ensure local-testing works as expected without a license.
|
658 | 658 | - Fix for Commerce Products default values not being properly sorted into variant data.
|
659 |
| -- Fixed an issue when triggering feeds from CLI. Thanks to [@joshangell](https://github.com/craftcms/feed-me/pull/262). |
| 659 | +- Fixed an issue when triggering feeds from CLI. ([#262](https://github.com/craftcms/feed-me/pull/262)) |
660 | 660 | - Fix for date attributes not checking for falsey values before returning current date.
|
661 | 661 | - Fix for locale entries not having their status set as per the default section status.
|
662 | 662 |
|
|
669 | 669 | ## 2.0.8 - 2017-10-17
|
670 | 670 |
|
671 | 671 | ### Added
|
672 |
| -- Verbb marketing (new plugin icon, readme, etc). |
673 | 672 | - Add headers from feed request to special `_headers` variable for template requests
|
674 | 673 | - Create `feedHeaders` template call
|
675 | 674 | - Add commerce products fieldtype support
|
|
833 | 832 |
|
834 | 833 | ### Fixed
|
835 | 834 | - Properly support third-party element types.
|
836 |
| -- Properly support third-party data types (thanks to [@timeverts](https://github.com/craftcms/feed-me/pull/172)). |
| 835 | +- Properly support third-party data types. ([#172](https://github.com/craftcms/feed-me/pull/172)) |
837 | 836 | - Fixed default value for dropdown field (when no value matches).
|
838 | 837 | - Better error-handling when importing into specific locale.
|
839 | 838 | - Ensure default start/date are correctly parsed entries/commerce.
|
|
966 | 965 |
|
967 | 966 | ### Added
|
968 | 967 | - Added support for locales - set which locale you want your feed to go to.
|
969 |
| -- Added support for non-http protocols for feeds (ftp://, file://, etc) [#29](https://github.com/craftcms/feed-me/issues/29) |
| 968 | +- Added support for non-http protocols for feeds (ftp://, file://, etc). ([#29](https://github.com/craftcms/feed-me/issues/29)) |
970 | 969 |
|
971 | 970 | ## 1.4.6 - 2016-01-19
|
972 | 971 |
|
|
981 | 980 | ## 1.4.4 - 2015-12-27
|
982 | 981 |
|
983 | 982 | ### Fixed
|
984 |
| -- Fixed issue with irregular nested elements. See [#24](https://github.com/craftcms/feed-me/issues/24#issuecomment-167106972). |
| 983 | +- Fixed issue with irregular nested elements. ([#24](https://github.com/craftcms/feed-me/issues/24#issuecomment-167106972)) |
985 | 984 |
|
986 | 985 | ## 1.4.3 - 2015-12-01
|
987 | 986 |
|
|
1004 | 1003 | - Craft 2.5 support, including release feed and icons.
|
1005 | 1004 | - Added `registerFeedMeMappingOptions` for third-party fieldtypes to control the options for mapping feed nodes to field data.
|
1006 | 1005 | - Added `postForFeedMeFieldType` for third-party fieldtypes to modify entry data before being saved to entry.
|
1007 |
| -- Added documentation for hooks. Refer to [Wiki](https://github.com/craftcms/feed-me/wiki/Hooks). |
1008 | 1006 |
|
1009 | 1007 | ### Changed
|
1010 | 1008 | - Code cleanup and refactoring field-mapping logic for performance and sanity.
|
|
0 commit comments