WooCommerce MailChimp - Version 2.3.9

Version Description

Download this release

Release Info

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

Code changes from version 2.3.8 to 2.3.9

includes/class-ss-wc-mailchimp-migrator.php CHANGED
@@ -45,6 +45,10 @@ final class SS_WC_MailChimp_Migrator {
45
  $start = array_search( $current_version, self::$versions );
46
 
47
  // error_log( 'Starting at migration ' . $start );
 
 
 
 
48
 
49
  for ($start; $start < count(self::$versions) - 1; $start++) {
50
  $next = $start + 1;
45
  $start = array_search( $current_version, self::$versions );
46
 
47
  // error_log( 'Starting at migration ' . $start );
48
+ if ( ! $start ) {
49
+ update_option( self::VERSION_KEY, $target_version );
50
+ return;
51
+ }
52
 
53
  for ($start; $start < count(self::$versions) - 1; $start++) {
54
  $next = $start + 1;
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.3.8';
19
 
20
  /**
21
  * Plugin singleton instance
15
  *
16
  * @var string
17
  */
18
+ private static $version = '2.3.9';
19
 
20
  /**
21
  * Plugin singleton instance
readme.txt CHANGED
@@ -6,7 +6,7 @@ Requires at least: 4.7.0
6
  Tested up to: 5.3.2
7
  WC tested up to: 3.9.1
8
  Requires PHP: 5.6
9
- Stable tag: 2.3.8
10
  License: GPLv3
11
 
12
  Simple and flexible Mailchimp integration for WooCommerce.
@@ -119,6 +119,9 @@ Also, if you enjoy using the software [we'd love it if you could give us a revie
119
 
120
  == Changelog ==
121
 
 
 
 
122
  #### 2.3.8 - February 1, 2020
123
  - Fix for array_map (Issue #26)
124
  - Tested up to WordPress 5.3.2 (Issue #28)
6
  Tested up to: 5.3.2
7
  WC tested up to: 3.9.1
8
  Requires PHP: 5.6
9
+ Stable tag: 2.3.9
10
  License: GPLv3
11
 
12
  Simple and flexible Mailchimp integration for WooCommerce.
119
 
120
  == Changelog ==
121
 
122
+ #### 2.3.9 - February 1, 2020
123
+ - Fix for migration version detection.
124
+
125
  #### 2.3.8 - February 1, 2020
126
  - Fix for array_map (Issue #26)
127
  - Tested up to WordPress 5.3.2 (Issue #28)
woocommerce-mailchimp.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: WP WooCommerce Mailchimp provides simple and flexible Mailchimp integration for WooCommerce.
6
  * Author: Saint Systems
7
  * Author URI: https://www.saintsystems.com
8
- * Version: 2.3.8
9
  * WC tested up to: 3.9.1
10
  * Text Domain: woocommerce-mailchimp
11
  * Domain Path: languages
5
  * Description: WP WooCommerce Mailchimp provides simple and flexible Mailchimp integration for WooCommerce.
6
  * Author: Saint Systems
7
  * Author URI: https://www.saintsystems.com
8
+ * Version: 2.3.9
9
  * WC tested up to: 3.9.1
10
  * Text Domain: woocommerce-mailchimp
11
  * Domain Path: languages