Skip to content

Commit 3d5256d

Browse files
authored
Merge pull request #138 from jean-bernard-valentaten/master
Adapt to Magento 2.3.5
2 parents c3305d2 + 06e8fd8 commit 3d5256d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Add into Magento 2 a CLI feature which allow to regenerate a Url Rewrites of products and categories",
44
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module"],
55
"type": "magento2-module",
6-
"version": "1.5.6",
6+
"version": "1.6.0",
77
"homepage": "https://github.com/olegkoval/magento2-regenerate_url_rewrites",
88
"authors": [
99
{

etc/di.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
*/
1111
-->
1212
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
13-
<type name="Magento\Framework\Console\CommandList">
13+
<type name="Magento\Framework\Console\CommandListInterface">
1414
<arguments>
1515
<argument name="commands" xsi:type="array">
1616
<item name="ok:urlrewrites:regenerate" xsi:type="object">OlegKoval\RegenerateUrlRewrites\Console\Command\RegenerateUrlRewrites</item>
1717
</argument>
1818
</arguments>
1919
</type>
20-
</config>
20+
</config>

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
-->
1212
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
13-
<module name="OlegKoval_RegenerateUrlRewrites" setup_version="1.5.6">
13+
<module name="OlegKoval_RegenerateUrlRewrites" setup_version="1.6.0">
1414
<sequence>
1515
<module name="Magento_Store"/>
1616
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)