Version Description
Download this release
Release Info
Developer | anderly |
Plugin | WooCommerce MailChimp |
Version | 2.1.11 |
Comparing to | |
See all releases |
Code changes from version 2.1.10 to 2.1.11
includes/class-ss-wc-mailchimp-plugin.php
CHANGED
@@ -15,7 +15,7 @@ final class SS_WC_MailChimp_Plugin {
|
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
-
private static $version = '2.1.
|
19 |
|
20 |
/**
|
21 |
* Plugin singleton instance
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
+
private static $version = '2.1.11';
|
19 |
|
20 |
/**
|
21 |
* Plugin singleton instance
|
includes/class-ss-wc-settings-mailchimp.php
CHANGED
@@ -619,8 +619,8 @@ if ( ! class_exists( 'SS_WC_Settings_MailChimp' ) ) {
|
|
619 |
|
620 |
if ( $interest_groups === false ) {
|
621 |
|
622 |
-
add_action( 'admin_notices', array( $this, 'mailchimp_api_error_msg' ) );
|
623 |
-
add_action( 'network_admin_notices', array( $this, 'mailchimp_api_error_msg' ) );
|
624 |
|
625 |
return array();
|
626 |
|
619 |
|
620 |
if ( $interest_groups === false ) {
|
621 |
|
622 |
+
// add_action( 'admin_notices', array( $this, 'mailchimp_api_error_msg' ) );
|
623 |
+
// add_action( 'network_admin_notices', array( $this, 'mailchimp_api_error_msg' ) );
|
624 |
|
625 |
return array();
|
626 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: woocommerce, mailchimp
|
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.9.5
|
7 |
WC tested up to: 3.3.1
|
8 |
-
Stable tag: 2.1.
|
9 |
License: GPLv3
|
10 |
|
11 |
Simple and flexible MailChimp integration for WooCommerce.
|
@@ -114,6 +114,9 @@ Also, if you enjoy using the software [we'd love it if you could give us a revie
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
117 |
#### 2.1.10 - February 12, 2018
|
118 |
- Added WooCommerce tested up to header
|
119 |
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.9.5
|
7 |
WC tested up to: 3.3.1
|
8 |
+
Stable tag: 2.1.11
|
9 |
License: GPLv3
|
10 |
|
11 |
Simple and flexible MailChimp integration for WooCommerce.
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
#### 2.1.11 - April 27, 2018
|
118 |
+
- Fix erroneous error saying can't load lists when no interest groups for list.
|
119 |
+
|
120 |
#### 2.1.10 - February 12, 2018
|
121 |
- Added WooCommerce tested up to header
|
122 |
|
woocommerce-mailchimp.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: WooCommerce MailChimp provides simple MailChimp integration for WooCommerce.
|
6 |
* Author: Saint Systems
|
7 |
* Author URI: https://www.saintsystems.com
|
8 |
-
* Version: 2.1.
|
9 |
* WC tested up to: 3.3.1
|
10 |
* Text Domain: woocommerce-mailchimp
|
11 |
* Domain Path: languages
|
5 |
* Description: WooCommerce MailChimp provides simple MailChimp integration for WooCommerce.
|
6 |
* Author: Saint Systems
|
7 |
* Author URI: https://www.saintsystems.com
|
8 |
+
* Version: 2.1.11
|
9 |
* WC tested up to: 3.3.1
|
10 |
* Text Domain: woocommerce-mailchimp
|
11 |
* Domain Path: languages
|