Changeset 2237024
- Timestamp:
- 02/01/2020 07:13:24 PM (6 years ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 8 edited
- 1 copied
-
tags/2.3.9 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.3.9/includes/class-ss-wc-mailchimp-migrator.php (modified) (1 diff)
-
tags/2.3.9/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
tags/2.3.9/readme.txt (modified) (2 diffs)
-
tags/2.3.9/woocommerce-mailchimp.php (modified) (1 diff)
-
trunk/includes/class-ss-wc-mailchimp-migrator.php (modified) (1 diff)
-
trunk/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-mailchimp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mailchimp/tags/2.3.9/includes/class-ss-wc-mailchimp-migrator.php
r2147876 r2237024 46 46 47 47 // error_log( 'Starting at migration ' . $start ); 48 if ( ! $start ) { 49 update_option( self::VERSION_KEY, $target_version ); 50 return; 51 } 48 52 49 53 for ($start; $start < count(self::$versions) - 1; $start++) { -
woocommerce-mailchimp/tags/2.3.9/includes/class-ss-wc-mailchimp-plugin.php
r2236982 r2237024 16 16 * @var string 17 17 */ 18 private static $version = '2.3. 8';18 private static $version = '2.3.9'; 19 19 20 20 /** -
woocommerce-mailchimp/tags/2.3.9/readme.txt
r2236982 r2237024 7 7 WC tested up to: 3.9.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.3. 89 Stable tag: 2.3.9 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.3.9 - February 1, 2020 123 - Fix for migration version detection. 121 124 122 125 #### 2.3.8 - February 1, 2020 -
woocommerce-mailchimp/tags/2.3.9/woocommerce-mailchimp.php
r2236982 r2237024 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3. 88 * Version: 2.3.9 9 9 * WC tested up to: 3.9.1 10 10 * Text Domain: woocommerce-mailchimp -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-migrator.php
r2147876 r2237024 46 46 47 47 // error_log( 'Starting at migration ' . $start ); 48 if ( ! $start ) { 49 update_option( self::VERSION_KEY, $target_version ); 50 return; 51 } 48 52 49 53 for ($start; $start < count(self::$versions) - 1; $start++) { -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r2236982 r2237024 16 16 * @var string 17 17 */ 18 private static $version = '2.3. 8';18 private static $version = '2.3.9'; 19 19 20 20 /** -
woocommerce-mailchimp/trunk/readme.txt
r2236982 r2237024 7 7 WC tested up to: 3.9.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.3. 89 Stable tag: 2.3.9 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.3.9 - February 1, 2020 123 - Fix for migration version detection. 121 124 122 125 #### 2.3.8 - February 1, 2020 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r2236982 r2237024 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3. 88 * Version: 2.3.9 9 9 * WC tested up to: 3.9.1 10 10 * Text Domain: woocommerce-mailchimp
Note: See TracChangeset
for help on using the changeset viewer.