craftcms / feed-me

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

Compatible with Commerce 5 #1448

Closed lukeholder closed 1 month ago

lukeholder commented 1 month ago

Description

Related issues

https://github.com/craftcms/feed-me/issues/1439 https://github.com/craftcms/feed-me/issues/1428

lukeholder commented 1 month ago

To get the compatibility release early and test this PR, change your craftcms/feed-me requirement in composer.json to:

"require": {
  "craftcms/feed-me": "dev-feature/commerce-5-support as 6.0.1"
  "...": "..."
}

Then run composer update.

angrybrad commented 1 month ago

@lukeholder this all works on Craft 4 as well? i.e. since Feed Me 6 is Craft 5 specific, but Craft 5 also works with Commerce 4, should these changes apply to Craft 4 / Feed Me 5 as well?

//cc @i-just