Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 65 for magento 2.3.6-p1 #2033

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [102.3.65-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.65-p1)

[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.64-p1...102.3.65-p1)

**Implemented enhancements:**

- missing i18n translation [\#1983](https://github.com/mailchimp/mc-magento2/issues/1983)

**Fixed bugs:**

- Merge field value is deleted on the Magento store, but not on Mailchimp [\#1388](https://github.com/mailchimp/mc-magento2/issues/1388)
- Wrong total revenue in MailChimp [\#395](https://github.com/mailchimp/mc-magento2/issues/395)

## [102.3.64-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.64-p1)

[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.63-p1...102.3.64-p1)
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": "102.3.64-p1",
"version": "102.3.65-p1",
"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="102.3.64">
<module name="Ebizmarts_MailChimp" setup_version="102.3.65">
<sequence>
<module name="Magento_Newsletter"/>
<module name="Magento_Sales"/>
Expand Down