Skip to content

Commit

Permalink
Merge pull request #652 from mailchimp/Issue649-2.1
Browse files Browse the repository at this point in the history
closes #649 for magento 2.1
  • Loading branch information
gonzaloebiz authored Mar 12, 2019
2 parents c1bf0b4 + 5660c3f commit 247c102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Setup/UpgradeSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
]
);
}
if (version_compare($context->getVersion(),'1.1.34') < 0) {
if (version_compare($context->getVersion(),'100.1.34') < 0) {
$connection->addColumn(
$setup->getTable('mailchimp_sync_batches'),
'modified_date',
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.1.34",
"version": "100.1.34",
"authors": [
{
"name": "Ebizmarts Corp",
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="1.1.34">
<module name="Ebizmarts_MailChimp" setup_version="100.1.34">
<sequence>
<module name="Magento_Newsletter"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 247c102

Please sign in to comment.