Skip to content

Commit cb3f883

Browse files
committed
start 5.3
1 parent b711b88 commit cb3f883

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
== Changelog ==
2+
= 5.3 =
23
= 5.2 =
34
* Fix cached value for double opt in ( optimization )
45
* Fix for subscription statuses changing on updates

README.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,4 @@ 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-
= 5.2 =
82-
* Fix cached value for double opt in ( optimization )
83-
* Fix for subscription statuses changing on updates
84-
* Removes WooCommerce plugin check #1226
85-
* Fix for trashed and permanently deleted products appearing in Mailchimp
81+
= 5.3 =

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function mailchimp_environment_variables() {
105105
return (object) array(
106106
'repo' => 'master',
107107
'environment' => 'production', // staging or production
108-
'version' => '5.2',
108+
'version' => '5.3',
109109
'php_version' => phpversion(),
110110
'wp_version' => (empty($wp_version) ? 'Unknown' : $wp_version),
111111
'wc_version' => function_exists('WC') ? WC()->version : null,

mailchimp-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Mailchimp for WooCommerce
1717
* Plugin URI: https://mailchimp.com/connect-your-store/
1818
* Description: Connects WooCommerce to Mailchimp to sync your store data, send targeted campaigns to your customers, and sell more stuff.
19-
* Version: 5.2
19+
* Version: 5.3
2020
* Author: Mailchimp
2121
* Author URI: https://mailchimp.com
2222
* License: GPL-2.0+

0 commit comments

Comments
 (0)