Skip to content

Commit 87b58b0

Browse files
authored
Merge pull request #2163 from mailchimp/Version72-2.2
Version 72 for magento 2.2
2 parents 0090c42 + e86a603 commit 87b58b0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [101.2.72](https://github.com/mailchimp/mc-magento2/tree/101.2.72)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.71...101.2.72)
6+
7+
**Implemented enhancements:**
8+
9+
- Add support for grouped products [\#2156](https://github.com/mailchimp/mc-magento2/issues/2156)
10+
311
## [101.2.71](https://github.com/mailchimp/mc-magento2/tree/101.2.71)
412

513
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.70...101.2.71)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "Connect MailChimp with Magento",
88
"type": "magento2-module",
9-
"version": "101.2.71",
9+
"version": "101.2.72",
1010
"authors": [
1111
{
1212
"name": "Ebizmarts Corp",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
-->
1313
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
14-
<module name="Ebizmarts_MailChimp" setup_version="101.2.71">
14+
<module name="Ebizmarts_MailChimp" setup_version="101.2.72">
1515
<sequence>
1616
<module name="Magento_Newsletter"/>
1717
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)