Releases: craftcms/feed-me
Releases · craftcms/feed-me
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)
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)