Skip to content

Releases: craftcms/feed-me

6.8.0

15 Mar 04:17
6.8.0
cdb3873
Compare
Choose a tag to compare
  • Added support for Craft’s batched queue jobs, so that long-running feeds can be processed in batches. (#1598)
  • Improved support for importing into Time fields. (#1595)
  • Fixed a PHP error that could occur with some plugins that were installed, but Feed Me doesn't support. (#1596)
  • Fixed a bug where that could occur that would prevent importing Commerce Variants. (#1605)

5.11.0

15 Mar 04:07
5.11.0
a18d289
Compare
Choose a tag to compare
  • Added support for Craft’s batched queue jobs, so that long-running feeds can be processed in batches. (#1598)
  • Improved support for importing into Time fields. (#1595)
  • Fixed a PHP error that could occur with some plugins that were installed, but Feed Me doesn't support. (#1596)

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)