WooCommerce MailChimp - Version 2.0.17

Version Description

Download this release

Release Info

Developer anderly
Plugin Icon 128x128 WooCommerce MailChimp
Version 2.0.17
Comparing to
See all releases

Code changes from version 2.0.16 to 2.0.17

includes/class-ss-wc-mailchimp-plugin.php CHANGED
@@ -9,7 +9,7 @@ final class SS_WC_MailChimp_Plugin {
9
  * Plugin version
10
  * @var string
11
  */
12
- private static $version = '2.0.16';
13
 
14
  /**
15
  * Plugin singleton instance
9
  * Plugin version
10
  * @var string
11
  */
12
+ private static $version = '2.0.17';
13
 
14
  /**
15
  * Plugin singleton instance
includes/migrations/class-ss-wc-migration.php CHANGED
@@ -11,7 +11,13 @@ abstract class SS_WC_MailChimp_Migration {
11
  protected $current_version;
12
  protected $target_version;
13
 
14
- protected $setting_keys = array(
 
 
 
 
 
 
15
  'api_key',
16
  'enabled',
17
  'list',
@@ -24,10 +30,6 @@ abstract class SS_WC_MailChimp_Migration {
24
  'opt_in_checkbox_display_location',
25
  );
26
 
27
- protected $settings_key = 'woocommerce_mailchimp_settings';
28
-
29
- public function __construct( $current_version, $target_version ) {
30
-
31
  $this->settings = array();
32
 
33
  $this->current_version = $current_version;
11
  protected $current_version;
12
  protected $target_version;
13
 
14
+ protected $setting_keys;
15
+
16
+ protected $settings_key = 'woocommerce_mailchimp_settings';
17
+
18
+ public function __construct( $current_version, $target_version ) {
19
+
20
+ $this->setting_keys = array(
21
  'api_key',
22
  'enabled',
23
  'list',
30
  'opt_in_checkbox_display_location',
31
  );
32
 
 
 
 
 
33
  $this->settings = array();
34
 
35
  $this->current_version = $current_version;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://ssms.us/hVdk
4
  Tags: woocommerce, mailchimp
5
  Requires at least: 3.5.1
6
  Tested up to: 4.6.1
7
- Stable tag: 2.0.16
8
  License: GPLv3
9
 
10
  Simple and flexible MailChimp integration for WooCommerce.
@@ -115,7 +115,7 @@ Also, if you enjoy using the software [we'd love it if you could give us a revie
115
 
116
  **IMPORTANT:** You must upgrade to version 2.X by December 31, 2016 as prior versions of the MailChimp API will stop working at that point.
117
 
118
- #### 2.0.15 - 2.0.16 - September 22, 2016
119
 
120
  - Fix for activation error running migrations.
121
  - Double opt-in fix.
4
  Tags: woocommerce, mailchimp
5
  Requires at least: 3.5.1
6
  Tested up to: 4.6.1
7
+ Stable tag: 2.0.17
8
  License: GPLv3
9
 
10
  Simple and flexible MailChimp integration for WooCommerce.
115
 
116
  **IMPORTANT:** You must upgrade to version 2.X by December 31, 2016 as prior versions of the MailChimp API will stop working at that point.
117
 
118
+ #### 2.0.15 - 2.0.17 - September 22, 2016
119
 
120
  - Fix for activation error running migrations.
121
  - Double opt-in fix.
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.16
9
  * Text Domain: woocommerce-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.17
9
  * Text Domain: woocommerce-mailchimp
10
  * Domain Path: languages
11
  *