Feed Me Versions Save

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.

6.0.1

2 weeks ago
  • Fixed a PHP error that would occur when importing Assets (#1427)
  • Fixed a PHP error that could occur when importing into an entry type with a hidden title attribute. (#1423)

6.0.0

1 month ago
  • Feed Me now requires Craft CMS 5.0.0-beta.2 or later.
  • Added support for importing into Icon fields.

4.8.1

2 months ago
  • Fixed a bug where the Entry Type wouldn’t be remembered for related Entry fields in a feed’s mappings. (#1387, #1390)

5.4.0

2 months ago
  • Feed Me now requires Craft 4.6 or later.
  • Added support for importing into the native Country field. (#1410)
  • Fixed a bug where the Entry Type wouldn’t be remembered for related Entry fields in a feed’s mappings. (#1387, #1390)

4.8.0

5 months ago
  • Added the ability to provide a filename for importing assets via the assets field if you choose to “Create asset from URL”. (#749)
  • Fixed a bug where you could not override feed settings with false if you used a config/feed-me.php config file. (#1352)
  • Fixed a bug where queueTtr, queueMaxRetry, and assetDownloadCurl settings were being ignored if you used a config/feed-me.php config file. (#1356)
  • Fixed a PHP error that could occur when importing into a relational field inside of Super Table under certain circumstances. (#1364)
  • Fixed a bug where importing Address data from the Google Maps plugin could cause duplicate Addresses if the Address already existed. (#1370)
  • Fixed a bug where updating entry statuses for a site in a site group, would update statuses for all sites in the site group instead of the targeted one. (#1208)
  • Fixed a bug where you could not use false to override feed settings in config/feed-me.php. (#1380)
  • Fixed a bug where importing nested element fields would not work in some scenarios. (#1378)
  • Fixed a bug where empty column headings in a feed would cause incorrect values to be selected in the pagination URL dropdown when mapping a feed. (#1375)

5.3.0

5 months ago
  • Added the ability to provide a filename for importing assets via the assets field if you choose to “Create asset from URL”. (#749)
  • Fixed a bug where you could not override feed settings with false if you used a config/feed-me.php config file. (#1352)
  • Fixed a bug where queueTtr, queueMaxRetry, and assetDownloadCurl settings were being ignored if you used a config/feed-me.php config file. (#1356)
  • Fixed a PHP error that could occur when you map an entry field with a default value and there is an empty value in the feed. (#1250)
  • Fixed a bug where the maxRelations setting was not being respected for relational fields. (#1354)
  • Fixed a bug where importing assets with “Use existing assets” could create duplicate assets. (#1348)
  • Fixed a bug where importing Address data from the Google Maps plugin could cause duplicate Addresses if the Address already existed. (#1370)
  • Fixed a bug where updating entry statuses for a site in a site group, would update statuses for all sites in the site group instead of the targeted one. (#1208)
  • Fixed a bug where you could not use false to override feed settings in config/feed-me.php. (#1380)
  • Fixed a bug where importing nested element fields would not work in some scenarios. (#1378)
  • Fixed a bug where empty column headings in a feed would cause incorrect values to be selected in the pagination URL dropdown when mapping a feed. (#1375)
  • Fixed a bug that could occur when using Feed Me with fields that have been entrified in Craft. (1346).

5.2.0

10 months ago
  • Improved the localization experience when importing into a Money field. (#1315)
  • The “Create if they do not exist” setting on a feed’s mapping now conditionally show/hide the checkbox for Categories, Entries and Users relation fields. (#1077)
  • Fixed a bug where setEmptyValues wasn’t being respected when mapping Redactor and CKEditor fields. (#1321)
  • Fixed a bug where an element’s status would not update on a multi-site install if the status was the only thing that changed. (#1310)
  • Fixed a bug where the DataTypes::EVENT_AFTER_FETCH_FEED event was not being fired for local feeds. (#1101)
  • Fixed a PHP error that could happen when importing into a User field. (#844)
  • Fixed a bug where slugs imported from a feed would not be respected if they contained underscores. (#603)
  • Fixed a bug where nested subcategories sharing the same slug but with different parents would only import the last subcategory. (#780)
  • Fixed a bug where you could not import a Category, Entry, Product, or Digital Product with a “0” as the title or slug. (#1102)
  • Fixed a bug where feeds would break for elements that had been “entrified”. (#1340)

4.7.0

10 months ago
  • The “Create if they do not exist” setting on a feed’s mapping now conditionally show/hide the checkbox for Categories, Entries and Users relation fields. (#1077)
  • Fixed a bug where an element’s status would not update on a multi-site install if the status was the only thing that changed. (#1310)
  • Fixed a bug where the DataTypes::EVENT_AFTER_FETCH_FEED event was not being fired for local feeds. (#1101)
  • Fixed a PHP error that could happen when importing into a User field. (#844)
  • Fixed a bug where slugs imported from a feed would not be respected if they contained underscores. (#603)
  • Fixed a bug where nested subcategories sharing the same slug but with different parents would only import the last subcategory. (#780)

5.1.4

11 months ago
  • Fixed a bug where Lightswitch and Number fields could get incorrect results in an import if setEmptyValues was set to false in a feed’s settings. (#1329, #1330)

5.1.3.1

1 year ago
  • Fixed a bug where custom fields would not import on PostgreSQL.