Releases: craftcms/feed-me
Releases · craftcms/feed-me
6.8.0
- 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
6.7.0
- 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 totrue
. (#1581) - Added support for Craft Time fields. (#1593)
- Added support for
formatted
andraw
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 totrue
. (#1590) - Fixed a bug where values with an empty string would not be treated as empty if
setEmtpyValues
is set totrue
. (#1591)
5.10.0
- Feed Me settings are now only available to admins and when
allowAdminChanges
is set totrue
. (#1581) - Added support for Craft Time fields. (#1593)
- Added support for
formatted
andraw
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 totrue
. (#1590) - Fixed a bug where values with an empty string would not be treated as empty if
setEmtpyValues
is set totrue
. (#1591)
6.6.1
6.6.0
- Added the
assetDownloadGuzzle
config setting which defaults tofalse
. When it is set totrue
, 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
- Added the
assetDownloadGuzzle
config setting which defaults tofalse
. When it is set totrue
, 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
5.8.2
6.4.1
- 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)