olegkoval / magento2-regenerate_url_rewrites

Magento 2 extension which add feature of regenerating a url rewrites of products/categories
Academic Free License v3.0
420 stars 117 forks source link

Adapt to Magento 2.3.5 #138

Closed jean-bernard-valentaten closed 3 years ago

jean-bernard-valentaten commented 3 years ago

As of Magento 2.3.5 console commands mus be added to Magento\Framework\Console\CommandListInterface instead of a concrete class in order to be available in command list. In order to reflect this, I also incremented the minor release version, though Magento suggests to reflect this kind of things via requires in composer.json (which I didn't add in order to keep the patch small).

olegkoval commented 3 years ago

Approved and merged. Thank you for your improvements.