Version Description
Download this release
Release Info
Developer | ryanhungate |
Plugin | MailChimp for WooCommerce |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- README.txt +1 -1
- bootstrap.php +1 -1
- mailchimp-woocommerce.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: ecommerce,email,workflows,mailchimp
|
|
4 |
Donate link: https://mailchimp.com
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 5.1
|
7 |
-
Stable tag: 2.2
|
8 |
Requires PHP: 7.0
|
9 |
WC tested up to: 3.5.4
|
10 |
License: GPLv2 or later
|
4 |
Donate link: https://mailchimp.com
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 5.1
|
7 |
+
Stable tag: 2.2.2
|
8 |
Requires PHP: 7.0
|
9 |
WC tested up to: 3.5.4
|
10 |
License: GPLv2 or later
|
bootstrap.php
CHANGED
@@ -92,7 +92,7 @@ function mailchimp_environment_variables() {
|
|
92 |
return (object) array(
|
93 |
'repo' => 'master',
|
94 |
'environment' => 'production', // staging or production
|
95 |
-
'version' => '2.2',
|
96 |
'php_version' => phpversion(),
|
97 |
'wp_version' => (empty($wp_version) ? 'Unknown' : $wp_version),
|
98 |
'wc_version' => function_exists('WC') ? WC()->version : null,
|
92 |
return (object) array(
|
93 |
'repo' => 'master',
|
94 |
'environment' => 'production', // staging or production
|
95 |
+
'version' => '2.2.2',
|
96 |
'php_version' => phpversion(),
|
97 |
'wp_version' => (empty($wp_version) ? 'Unknown' : $wp_version),
|
98 |
'wc_version' => function_exists('WC') ? WC()->version : null,
|
mailchimp-woocommerce.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: Mailchimp for WooCommerce
|
17 |
* Plugin URI: https://mailchimp.com/connect-your-store/
|
18 |
* Description: Connects WooCommerce to Mailchimp to sync your store data, send targeted campaigns to your customers, and sell more stuff.
|
19 |
-
* Version: 2.2
|
20 |
* Author: Mailchimp
|
21 |
* Author URI: https://mailchimp.com
|
22 |
* License: GPL-2.0+
|
16 |
* Plugin Name: Mailchimp for WooCommerce
|
17 |
* Plugin URI: https://mailchimp.com/connect-your-store/
|
18 |
* Description: Connects WooCommerce to Mailchimp to sync your store data, send targeted campaigns to your customers, and sell more stuff.
|
19 |
+
* Version: 2.2.2
|
20 |
* Author: Mailchimp
|
21 |
* Author URI: https://mailchimp.com
|
22 |
* License: GPL-2.0+
|