Skip to content

Commit e01feb8

Browse files
committed
Version 72 for magento 2.3.6-p1
1 parent 0499979 commit e01feb8

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+
## [102.3.72-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.72-p1)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.71-p1...102.3.72-p1)
6+
7+
**Implemented enhancements:**
8+
9+
- Add support for grouped products [\#2156](https://github.com/mailchimp/mc-magento2/issues/2156)
10+
311
## [102.3.71-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.71-p1)
412

513
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.70-p1...102.3.71-p1)

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": "102.3.71-p1",
9+
"version": "102.3.72-p1",
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="102.3.71">
14+
<module name="Ebizmarts_MailChimp" setup_version="102.3.72">
1515
<sequence>
1616
<module name="Magento_Newsletter"/>
1717
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)