Skip to content

Commit 3433a65

Browse files
committed
version bump 4.5
1 parent 6607b16 commit 3433a65

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
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+
= 4.5 =
23
= 4.4.1 =
34
* Bump serve-static and express in /blocks for improved performance
45
* Resolved issue with Mailchimp sync getting stuck at 200 contacts

README.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +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-
= 4.4.1 =
82-
* Bump serve-static and express in /blocks for improved performance
83-
* Resolved issue with Mailchimp sync getting stuck at 200 contacts
84-
* Fixed deprecated warning for Menu::add_plugin_item in Mailchimp for WooCommerce
85-
* Corrected customer count function to ensure accurate reporting
86-
* Fixed inaccuracies in overview stats display
87-
* Enhanced Remote Diagnostics error handling
81+
= 4.5 =

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function mailchimp_environment_variables() {
104104
return (object) array(
105105
'repo' => 'master',
106106
'environment' => 'production', // staging or production
107-
'version' => '4.4.1',
107+
'version' => '4.5',
108108
'php_version' => phpversion(),
109109
'wp_version' => (empty($wp_version) ? 'Unknown' : $wp_version),
110110
'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: 4.4.1
19+
* Version: 4.5
2020
* Author: Mailchimp
2121
* Author URI: https://mailchimp.com
2222
* License: GPL-2.0+

0 commit comments

Comments
 (0)