Skip to content

Commit

Permalink
2.2.11 - support new Magento2 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bnayalivne committed Nov 22, 2017
1 parent 5470c09 commit 773b26d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Model/Api/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ public function setConfig($mage_store_id, $configName, $scope, $newValue)
*/
public function getVersion()
{
return '2.2.10';
return '2.2.11';
}

/**
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "remarkety/mgconnector",
"description": "Magento 2 adapter for Remarkety",
"require": {
"magento/module-store": ">=100.1.0 <100.3.0",
"magento/module-backend": ">=100.1.0 <100.3.0",
"magento/module-media-storage": ">=100.1.0 <100.3.0",
"magento/framework": ">=100.1.0 <100.3.0",
"magento/module-store": ">=100.1.0",
"magento/module-backend": ">=100.1.0",
"magento/module-media-storage": ">=100.1.0",
"magento/framework": ">=100.1.0",
"lib-libxml": "*"
},
"type": "magento2-module",
"version": "2.2.10",
"version": "2.2.11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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="Remarkety_Mgconnector" setup_version="2.2.10">
<module name="Remarkety_Mgconnector" setup_version="2.2.11">
</module>
</config>

0 comments on commit 773b26d

Please sign in to comment.