You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect your store to your Mailchimp audience to track sales, create targeted emails, send abandoned cart emails, and more.
@@ -63,14 +63,22 @@ The Mailchimp for WooCommerce supports Wordpress Multi Sites and below are a few
63
63
- Deleting removes the connection between Mailchimp and WooCommerce, and uninstalls the plugin from your site.
64
64
Refer to the Wordpress Codex for more information about [Multisite Network Administration](https://codex.wordpress.org/Multisite_Network_Administration)
65
65
== Changelog ==
66
+
= 2.3 =
67
+
* adds action scheduler queue system
68
+
* documentation for Custom Merge Tags
69
+
* adds more specific installation requirements
70
+
* fixes PHP Error in class-mailchimp-order.php
71
+
* fixes pop up blocks on connection
72
+
* fixes unable to sync without accepting to auto subscribe existing customers
73
+
* documentation for wp-cli class queue-command
66
74
= 2.2 =
67
75
* plugin reskin
68
76
* support for oauth to Mailchimp
69
77
* fixes sync issues with altered order IDs
70
78
* fixes issues with trashed coupons
71
79
= 2.1.17 =
72
-
* Re add resync button to sync tab, after sync finishes
73
-
* Renamed 'merge_vars' to 'merge_fields' as per new Mailchimp naming convention
80
+
* re add resync button to sync tab, after sync finishes
81
+
* renamed 'merge_vars' to 'merge_fields' as per new Mailchimp naming convention
$text = __('Mailchimp for Woocommerce','mc-woocommerce').'<br/>'.
260
+
'<p id="http-worker-deprecated-message">'.__('We dectected that this site has the following constants defined, likely at wp-config.php file' ,'mc-woocommerce').': '.
261
+
implode(' | ', $constants_used).'<br/>'.
262
+
__('These constants are deprecated since Mailchimp for Woocommerce version 2.3. Please refer to the <a href="https://github.com/mailchimp/mc-woocommerce/wiki/">plugin official wiki</a> for further details.' ,'mc-woocommerce').'</p>';
0 commit comments