Skip to content

Commit b842514

Browse files
authored
Merge pull request #2166 from mailchimp/Version72-2.4
Version72 2.4
2 parents a9d813a + 99aed0d commit b842514

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
# Changelog
22

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

513
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.70...103.4.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": "103.4.71",
9+
"version": "103.4.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="103.4.71">
14+
<module name="Ebizmarts_MailChimp" setup_version="103.4.72">
1515
<sequence>
1616
<module name="Magento_Newsletter"/>
1717
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)