craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 139 forks source link

Importing matrixes incorrecly assumes the data changed #1291

Closed boudewijn-zicht closed 1 year ago

boudewijn-zicht commented 1 year ago

Description

Currently the comparison fails when importing matrixes, this causes imports to incorrectly assume that the data changed and hence resulting in more database work, unncessessary revisions and a less efficient import alltogether.

Fix is provided here: https://github.com/craftcms/feed-me/pull/1290

Additional info

angrybrad commented 1 year ago

Resolved in https://github.com/craftcms/feed-me/pull/1307 and will be in the next v4 and v5 releases.

angrybrad commented 1 year ago

We just released Feed Me 4.6.3. and 5.1.3 with this fix.

boudewijn-zicht commented 1 year ago

Awesome, many thanks!