Skip to content

Commit

Permalink
Merge pull request #1529 from mailchimp/Release48-2.3.6-p1
Browse files Browse the repository at this point in the history
Release48 2.3.6 p1
  • Loading branch information
gonzaloebiz authored Aug 18, 2022
2 parents 833bcef + 9549c12 commit 8a8ec8b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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.48-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.48-p1) (2022-08-18)

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

**Implemented enhancements:**

- Point the wiki to the github wiki [\#1522](https://github.com/mailchimp/mc-magento2/issues/1522)

**Fixed bugs:**

- Observer name "sales\_order\_save\_after" is too generic. [\#1516](https://github.com/mailchimp/mc-magento2/issues/1516)
- Error saving configuration when install the extension for the first time [\#1510](https://github.com/mailchimp/mc-magento2/issues/1510)

## [102.3.47-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.47-p1) (2022-08-15)

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

0 comments on commit 8a8ec8b

Please sign in to comment.