Skip to content

Releases: craftcms/feed-me

6.2.1

18 Jul 18:51
6.2.1
1a061f6
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur when importing Assets that had a missing filename. (#1481)
  • Fixed a bug that could occur when importing into a Dropdown field that did not support empty strings as a value and the feed had an empty string. (#1484)

5.6.1

18 Jul 18:50
5.6.1
1194b6d
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur when importing Assets that had a missing filename. (#1481)
  • Fixed a bug that could occur when importing into a Dropdown field that did not support empty strings as a value and the feed had an empty string. (#1484)

6.2.0

09 Jul 20:35
6.2.0
4d55d26
Compare
Choose a tag to compare

Warning
After updating, you will need to re-map and re-save any feeds that use a Matrix field with a nested complex fields (Google Maps, Table, etc.).

  • Fixed a bug where complex fields (Google Maps, Table, etc.) would not import correctly when nested inside of a Matrix field. (#1475)
  • Fixed a PHP error that could occur when importing Entries or Categories with “Default Author” set on the feed mapping. (#1476)
  • Fixed a bug where simple value comparisons would fail if the value you were checking against was missing. (#1473)
  • Fixed a bug where assets imported into a Matrix field with “Use this filename for assets created from URL” set would duplicate the first asset across all Matrix blocks. (#1472)
  • Fixed a bug where the “Disable missing elements globally” setting was only working for the primary site. (#1474)
  • Fixed an error that would occur when running a feed with the backup database setting enabled, when Craft's backupCommand was set to false. (#1461)
  • Logs now use the default log component, and are stored in the database. #1344

5.6.0

09 Jul 20:34
5.6.0
890e001
Compare
Choose a tag to compare
  • Fixed a bug where simple value comparisons would fail if the value you were checking against was missing. (#1473)
  • Fixed a bug where assets imported into a Matrix field with “Use this filename for assets created from URL” set would duplicate the first asset across all Matrix blocks. (#1472)
  • Fixed a bug where the “Disable missing elements globally” setting was only working for the primary site. (#1474)
  • Fixed an error that would occur when running a feed with the backup database setting enabled, when Craft's backupCommand was set to false. (#1461)
  • Logs now use the default log component, and are stored in the database. #1344

6.1.0

27 May 00:25
6.1.0
28787b6
Compare
Choose a tag to compare
  • Added Craft Commerce 5 compatibility. (#1448)
  • You can now match elements in a feed via their Asset IDs, instead of just the filename. (#1327)
  • Fixed a PHP error that could occur when importing multiple values into a relational field in some scenarios. (#1436)
  • Fixed a SQL error that could occur when matching elements on a custom field. (#1437)
  • Fixed a bug where mapping a relational field that has the “maintain hierarchy” setting enabled would give false positives when comparing the contents of the field. (#1442)
  • Fixed a bug that could occur when importing numeric values into a multi-select field. (#1444)
  • Fixed a bug where a feed’s title could leak when processing a direct feed and there was a validation error. (#1445)
  • Fixed a bug where Date fields could cause false positives when comparing their values. (#1447)
  • Fixed a PHP error that could occur when matching feed nodes against element IDs. (#1440)
  • Fixed a bug when importing into a Matrix field with only a title and no custom fields. (#1452)
  • Fixed a MySQL error that could occur when you have a lot of field mapping data. (#1446)

6.0.1

01 May 23:31
6.0.1
f574fcd
Compare
Choose a tag to compare
  • 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

19 Mar 20:41
6.0.0
0451b2d
Compare
Choose a tag to compare
  • Feed Me now requires Craft CMS 5.0.0-beta.2 or later.
  • Added support for importing into Icon fields.

5.4.0

26 Feb 01:40
5.4.0
21a9ed5
Compare
Choose a tag to compare
  • 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.1

26 Feb 01:41
4.8.1
84fa1d5
Compare
Choose a tag to compare
  • Fixed a bug where the Entry Type wouldn’t be remembered for related Entry fields in a feed’s mappings. (#1387, #1390)

5.3.0

28 Nov 00:37
5.3.0
1d774e0
Compare
Choose a tag to compare
  • 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).