Skip to content

Commit 2786e5c

Browse files
authored
Merge pull request #1140 from jrdnrch/4.0
4.0
2 parents 7bad6aa + a6331b8 commit 2786e5c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
== Changelog ==
22
= 4.0 =
3+
* Allow orders to be sent to Mailchimp even if a Wordpress user role isn't set
4+
* Support for custom order IDs
5+
* Updated dependabot issues related to block-based checkouts
6+
* Refreshed plugin interface
37
= 3.7 =
48
* Allow orders to be sent to Mailchimp even if a Wordpress user role isn't set
59
* Support for custom order IDs

README.txt

+3-2
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: 3.7
7+
Stable tag: 4.0
88
Requires PHP: 7.4
99
WC requires at least: 4.2
10-
WC tested up to: 8.7
10+
WC tested up to: 8.8
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.
@@ -82,4 +82,5 @@ If you are unable to sync or connect with Mailchimp, you can open a ticket on ou
8282
* Allow orders to be sent to Mailchimp even if a Wordpress user role isn't set
8383
* Support for custom order IDs
8484
* Updated dependabot issues related to block-based checkouts
85+
* Refreshed plugin interface
8586

mailchimp-woocommerce.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Requires at least: 4.9
2727
* Tested up to: 6.5
2828
* WC requires at least: 4.2
29-
* WC tested up to: 8.7
29+
* WC tested up to: 8.8
3030
*/
3131

3232
// If this file is called directly, abort.

0 commit comments

Comments
 (0)