Skip to content

Commit

Permalink
Merge pull request #1222 from mailchimp/Issue1216-2.3.6-p1
Browse files Browse the repository at this point in the history
fix the dependencies from issue #1205 and closes #1216 for Magento 2.…
  • Loading branch information
gonzaloebiz authored Jun 17, 2021
2 parents 55d66ca + b8a05a5 commit 50e8d7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Setup/UpgradeSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
]
);
}
if (version_compare($context->getVersion(), '103.4.43') < 0) {
if (version_compare($context->getVersion(), '102.3.43') < 0) {
$connection->addIndex(
$setup->getTable('mailchimp_errors'),
$connection->getIndexName($setup->getTable('mailchimp_errors'), ['store_id','regtype','original_id'], 'index'),
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Connect MailChimp with Magento",
"type": "magento2-module",
"version": "103.4.43-p1",
"version": "102.3.43-p1",
"authors": [
{
"name": "Ebizmarts Corp",
Expand All @@ -24,7 +24,7 @@
"forum": "http://ebizmarts.com/forums/view/6"
},
"require" : {
"magento/framework": "102.0.6-p1||>=102.0.7",
"magento/framework": "102.0.6-p1||^102.0.7",
"ebizmarts/mailchimp-lib": ">=3.0.27",
"ext-json": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ebizmarts_MailChimp" setup_version="103.4.43">
<module name="Ebizmarts_MailChimp" setup_version="102.3.43">
<sequence>
<module name="Magento_Newsletter"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 50e8d7f

Please sign in to comment.