Skip to content

Commit 7acb66f

Browse files
authored
Merge pull request #2148 from mailchimp/Version71-2.4
Version 71 for magento 2.4
2 parents a798fba + 9d767c7 commit 7acb66f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [103.4.71](https://github.com/mailchimp/mc-magento2/tree/103.4.71)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.70...103.4.71)
6+
7+
**Implemented enhancements:**
8+
9+
- Add the bundle product itself to the lines of the cart [\#2142](https://github.com/mailchimp/mc-magento2/issues/2142)
10+
- Add the bundle product itself to the lines of the order [\#2136](https://github.com/mailchimp/mc-magento2/issues/2136)
11+
12+
313
## [103.4.70](https://github.com/mailchimp/mc-magento2/tree/103.4.70)
414

515
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.69...103.4.70)

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

0 commit comments

Comments
 (0)