Skip to content

Commit

Permalink
Merge branch 'release/1.0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Nov 10, 2021
2 parents a3d2759 + 006f457 commit 9e86af8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "recolize/module-recommendation-engine-magento2",
"description": "The Recolize Recommendation Engine as extension for Magento 2",
"version": "1.0.9",
"version": "1.0.10",
"type": "magento2-module",
"keywords": [
"recolize",
Expand Down Expand Up @@ -35,8 +35,8 @@
}
},
"require-dev": {
"roave/security-advisories": "dev-master",
"magento/magento-coding-standard": "^5.0"
"roave/security-advisories": "dev-latest",
"magento/magento-coding-standard": "^15.0"
},
"scripts": {
"post-install-cmd": [
Expand Down
8 changes: 0 additions & 8 deletions etc/di.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\Console\CommandListInterface">
<arguments>
<argument name="commands" xsi:type="array">
<item name="productExportCommand" xsi:type="object">Recolize\RecommendationEngine\Console\Command\ProductExportCommand</item>
</argument>
</arguments>
</type>

<virtualType name="Recolize\RecommendationEngine\Model\Session\Storage" type="Magento\Framework\Session\Storage">
<arguments>
<argument name="namespace" xsi:type="string">recolize</argument>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Recolize_RecommendationEngine" setup_version="1.0.9">
<module name="Recolize_RecommendationEngine" setup_version="1.0.10">
<sequence>
<module name="Magento_Backend"/>
</sequence>
Expand Down

0 comments on commit 9e86af8

Please sign in to comment.