Skip to content

Commit 3dbeebe

Browse files
authored
Merge pull request #1169 from mailchimp/4.1
4.1
2 parents a5bac00 + 15635dd commit 3dbeebe

34 files changed

+2371
-527
lines changed

CHANGELOG.txt

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
== Changelog ==
2+
= 4.1 =
3+
* Introduced a new filter for coupons (details available in the Wiki).
4+
* Restored the "Resync Now" button.
5+
* Reinstated the Mailchimp icon in the WordPress admin sidebar.
6+
* Updated the design of the Mailchimp account creation user experience.
7+
* Fix for duplicated parent products when variation's info is edited.
8+
* Tested up to Woocommerce v9.0
9+
* Support for customization of the cookie options being set
210
= 4.0.2 =
3-
* adds the Changelog back to the UI
4-
* tested up to Woocommerce v8.9
5-
* fixed connection issue when disconnecting and reconnecting
11+
* Adds the Changelog back to the UI
12+
* Tested up to Woocommerce v8.9
13+
* Fixed connection issue when disconnecting and reconnecting
614
= 4.0.1 =
715
* Log changes
816
* Add audience name to overview

README.txt

+10-6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Tags: ecommerce,email,workflows,mailchimp
44
Donate link: https://mailchimp.com
55
Requires at least: 4.9
66
Tested up to: 6.5
7-
Stable tag: 4.0.2
7+
Stable tag: 4.1
88
Requires PHP: 7.4
99
WC requires at least: 4.2
10-
WC tested up to: 8.9
10+
WC tested up to: 9.0
1111
License: GPLv2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Connect your store to your Mailchimp audience to track sales, create targeted emails, send abandoned cart emails, and more.
@@ -78,7 +78,11 @@ At this time, the synchronization of product categories from WooCommerce to Mail
7878
If you are unable to sync or connect with Mailchimp, you can open a ticket on our [Github plugin page](https://github.com/mailchimp/mc-woocommerce/issues). Please provide the version of the plugin and PHP you're using, any fatal errors in the WooCommerce logs (WooCommerce -> Status -> Logs) you're seeing, along with relevant information to the problem you're experiencing.
7979

8080
== Changelog ==
81-
= 4.0.2 =
82-
* adds the Changelog back to the UI
83-
* tested up to Woocommerce v8.9
84-
* fixed connection issue when disconnecting and reconnecting
81+
= 4.1 =
82+
* Introduced a new filter for coupons (details available in the Wiki).
83+
* Restored the "Resync Now" button.
84+
* Reinstated the Mailchimp icon in the WordPress admin sidebar.
85+
* Updated the design of the Mailchimp account creation user experience.
86+
* Fix for duplicated parent products when variation's info is edited.
87+
* Tested up to Woocommerce v9.0
88+
* Support for customization of the cookie options being set

admin/class-mailchimp-woocommerce-admin.php

+376-377
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)