Releases: craftcms/feed-me
Releases · craftcms/feed-me
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)
5.8.1
6.4.0
- 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)
5.8.0
- 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)
6.3.0
- Added a
feed-me/logs/clear
console command to clear database logs. - Fixed a bug where the logs table would not load with a large number of logs.
6.2.2
Merge branch '5.x' into 6.x