Skip to content

Commit

Permalink
Merge pull request #1169 from mailchimp/4.1
Browse files Browse the repository at this point in the history
4.1
  • Loading branch information
ryanhungate authored Jun 10, 2024
2 parents a5bac00 + 15635dd commit 3dbeebe
Show file tree
Hide file tree
Showing 34 changed files with 2,371 additions and 527 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
== Changelog ==
= 4.1 =
* Introduced a new filter for coupons (details available in the Wiki).
* Restored the "Resync Now" button.
* Reinstated the Mailchimp icon in the WordPress admin sidebar.
* Updated the design of the Mailchimp account creation user experience.
* Fix for duplicated parent products when variation's info is edited.
* Tested up to Woocommerce v9.0
* Support for customization of the cookie options being set
= 4.0.2 =
* adds the Changelog back to the UI
* tested up to Woocommerce v8.9
* fixed connection issue when disconnecting and reconnecting
* Adds the Changelog back to the UI
* Tested up to Woocommerce v8.9
* Fixed connection issue when disconnecting and reconnecting
= 4.0.1 =
* Log changes
* Add audience name to overview
Expand Down
16 changes: 10 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Tags: ecommerce,email,workflows,mailchimp
Donate link: https://mailchimp.com
Requires at least: 4.9
Tested up to: 6.5
Stable tag: 4.0.2
Stable tag: 4.1
Requires PHP: 7.4
WC requires at least: 4.2
WC tested up to: 8.9
WC tested up to: 9.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Connect your store to your Mailchimp audience to track sales, create targeted emails, send abandoned cart emails, and more.
Expand Down Expand Up @@ -78,7 +78,11 @@ At this time, the synchronization of product categories from WooCommerce to Mail
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.

== Changelog ==
= 4.0.2 =
* adds the Changelog back to the UI
* tested up to Woocommerce v8.9
* fixed connection issue when disconnecting and reconnecting
= 4.1 =
* Introduced a new filter for coupons (details available in the Wiki).
* Restored the "Resync Now" button.
* Reinstated the Mailchimp icon in the WordPress admin sidebar.
* Updated the design of the Mailchimp account creation user experience.
* Fix for duplicated parent products when variation's info is edited.
* Tested up to Woocommerce v9.0
* Support for customization of the cookie options being set
753 changes: 376 additions & 377 deletions admin/class-mailchimp-woocommerce-admin.php

Large diffs are not rendered by default.

Loading

0 comments on commit 3dbeebe

Please sign in to comment.