Skip to content

Releases: craftcms/feed-me

6.7.0

07 Feb 19:20
6.7.0
824a416
Compare
Choose a tag to compare
  • Feed Me now requires Craft CMS 5.6.0 or later.
  • Added support for viewing read-only settings on environments where allowAdminChanges is disabled. (#1592)
  • Improved the experience of mapping relational fields with individual field instances in Craft 5. (#1585)
  • Feed Me settings are now only available to admins and when allowAdminChanges is set to true. (#1581)
  • Added support for Craft Time fields. (#1593)
  • Added support for formatted and raw subfields in the Google Maps plugin. (#1587)
  • Fixed a bug where excessive logs would be generated in the Feed Me logs table in the database. (#1594)
  • Fixed a bug where empty values were not respected for inner-element fields when setEmptyValues is set to true. (#1590)
  • Fixed a bug where values with an empty string would not be treated as empty if setEmtpyValues is set to true. (#1591)

5.10.0

07 Feb 19:19
5.10.0
3f51bab
Compare
Choose a tag to compare
  • Feed Me settings are now only available to admins and when allowAdminChanges is set to true. (#1581)
  • Added support for Craft Time fields. (#1593)
  • Added support for formatted and raw subfields in the Google Maps plugin. (#1587)
  • Fixed a bug where excessive logs would be generated in the Feed Me logs table in the database. (#1594)
  • Fixed a bug where empty values were not respected for inner-element fields when setEmptyValues is set to true. (#1590)
  • Fixed a bug where values with an empty string would not be treated as empty if setEmtpyValues is set to true. (#1591)

6.6.1

02 Dec 02:51
6.6.1
f0c9691
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur if you did not have Commerce installed when running a feed. (#1556)

6.6.0

27 Nov 01:12
6.6.0
b888f1e
Compare
Choose a tag to compare
  • Added the assetDownloadGuzzle config setting which defaults to false. When it is set to true, Feed Me will use Guzzle to download assets instead curl directly. (#1549)
  • Imported Commerce Products now add a single Catalog Pricing job to the queue after an import, instead of one per Product. (#1547)
  • Fixed a bug where importing matching Categories could go awry if the source of the field is set to a group and not a custom source. (#1550)
  • Fixed a bug when importing Category fields that started with the string not. (#1551)

5.9.0

27 Nov 01:11
5.9.0
14356ca
Compare
Choose a tag to compare
  • Added the assetDownloadGuzzle config setting which defaults to false. When it is set to true, Feed Me will use Guzzle to download assets instead curl directly. (#1549)
  • Fixed a bug where importing matching Categories could go awry if the source of the field is set to a group and not a custom source. (#1550)

6.5.0

15 Oct 22:57
6.5.0
c627253
Compare
Choose a tag to compare
  • Added support for propagating Commerce Products and Variants in multi-site installs. (#1531)
  • When duplicating a feed, a new passkey is generated instead of using the passkey on the original feed. (#1534)

5.8.2

15 Oct 22:52
5.8.2
ec7dc3f
Compare
Choose a tag to compare
  • When duplicating a feed, a new passkey is generated instead of using the passkey on the original feed. (#1534)

6.4.1

09 Oct 22:04
6.4.1
ea61103
Compare
Choose a tag to compare
  • Fixed a PHP error that would occur when importing Products that had new Variants. (#1528)
  • Fixed a bug where Lightswitch fields would not import correctly when nested in a Matrix or Super Table field. (#1529)
  • Fixed a bug where Commerce Variant attributes were not respecting the parseTwig config setting. (#1326)

5.8.1

09 Oct 22:02
5.8.1
8079828
Compare
Choose a tag to compare
  • Fixed a bug where Lightswitch fields would not import correctly when nested in a Matrix or Super Table field. (#1529)
  • Fixed a bug where Commerce Variant attributes were not respecting the parseTwig config setting. (#1326)

6.4.0

26 Sep 00:48
6.4.0
34f2eda
Compare
Choose a tag to compare
  • Added support for importing into relational fields that have custom sources selected. (#1504)
  • Fixed a bug that could occur when uploading files to an Assets field from an external URL and a new filename is provided, but we can't determine the remote file's extension. (#1506)
  • Fixed a bug where the fields available to map within a given Entries field could not match the fields from that Entry type's field layout. (#1503)
  • Fixed a bug where you could not import an Asset field into a Matrix field if it had a dynamic subpath set. (#1501)
  • Fixed a bug where the stock was not updating when importing Product Variants. (#1490)