Version Description
Download this release
Release Info
Developer | anderly |
Plugin | WooCommerce MailChimp |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- includes/class-ss-wc-mailchimp-plugin.php +3 -3
- readme.txt +2 -2
- woocommerce-mailchimp.php +1 -1
includes/class-ss-wc-mailchimp-plugin.php
CHANGED
@@ -7,7 +7,7 @@ final class SS_WC_MailChimp_Plugin {
|
|
7 |
|
8 |
private static $_instance;
|
9 |
|
10 |
-
private static $version = '2.0.
|
11 |
|
12 |
public static function version() {
|
13 |
return self::$version;
|
@@ -237,6 +237,8 @@ final class SS_WC_MailChimp_Plugin {
|
|
237 |
} //end function enqueue_scripts
|
238 |
|
239 |
public static function update() {
|
|
|
|
|
240 |
SS_WC_MailChimp_Migrator::migrate( self::version() );
|
241 |
}
|
242 |
|
@@ -250,8 +252,6 @@ final class SS_WC_MailChimp_Plugin {
|
|
250 |
*/
|
251 |
public static function activate( $network_wide = false ) {
|
252 |
|
253 |
-
require_once( 'class-ss-wc-mailchimp-migrator.php' );
|
254 |
-
|
255 |
self::update();
|
256 |
|
257 |
} //end function activate
|
7 |
|
8 |
private static $_instance;
|
9 |
|
10 |
+
private static $version = '2.0.2';
|
11 |
|
12 |
public static function version() {
|
13 |
return self::$version;
|
237 |
} //end function enqueue_scripts
|
238 |
|
239 |
public static function update() {
|
240 |
+
require_once( 'class-ss-wc-mailchimp-migrator.php' );
|
241 |
+
|
242 |
SS_WC_MailChimp_Migrator::migrate( self::version() );
|
243 |
}
|
244 |
|
252 |
*/
|
253 |
public static function activate( $network_wide = false ) {
|
254 |
|
|
|
|
|
255 |
self::update();
|
256 |
|
257 |
} //end function activate
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: saintsystems, anderly
|
|
3 |
Tags: woocommerce, mailchimp
|
4 |
Requires at least: 3.5.1
|
5 |
Tested up to: 4.6.1
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv3
|
8 |
|
9 |
Simple and flexible MailChimp integration for WooCommerce.
|
@@ -93,7 +93,7 @@ Also, if you enjoy using the software [we'd love it if you could give us a revie
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
-
#### 2.0
|
97 |
|
98 |
**WARNING:** This release contains breaking changes to the plugins action hooks and filters. If you have custom code that hooks into the plugins action hooks and filters, please review the breaking changes below to know how to update your code appropriately.
|
99 |
|
3 |
Tags: woocommerce, mailchimp
|
4 |
Requires at least: 3.5.1
|
5 |
Tested up to: 4.6.1
|
6 |
+
Stable tag: 2.0.2
|
7 |
License: GPLv3
|
8 |
|
9 |
Simple and flexible MailChimp integration for WooCommerce.
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
#### 2.0 - 2.0.2 - September 16, 2016
|
97 |
|
98 |
**WARNING:** This release contains breaking changes to the plugins action hooks and filters. If you have custom code that hooks into the plugins action hooks and filters, please review the breaking changes below to know how to update your code appropriately.
|
99 |
|
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.0.
|
9 |
* Text Domain: ss_wc_mailchimp
|
10 |
* Domain Path: languages
|
11 |
*
|
5 |
* Description: WooCommerce MailChimp provides simple MailChimp integration for WooCommerce.
|
6 |
* Author: Saint Systems
|
7 |
* Author URI: https://www.saintsystems.com
|
8 |
+
* Version: 2.0.2
|
9 |
* Text Domain: ss_wc_mailchimp
|
10 |
* Domain Path: languages
|
11 |
*
|