Changeset 2450821
- Timestamp:
- 01/05/2021 06:15:33 PM (5 years ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 8 edited
- 1 copied
-
tags/2.3.13 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.3.13/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
tags/2.3.13/includes/class-ss-wc-mailchimp.php (modified) (1 diff)
-
tags/2.3.13/readme.txt (modified) (2 diffs)
-
tags/2.3.13/woocommerce-mailchimp.php (modified) (1 diff)
-
trunk/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
trunk/includes/class-ss-wc-mailchimp.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.13/includes/class-ss-wc-mailchimp-plugin.php
r2283314 r2450821 16 16 * @var string 17 17 */ 18 private static $version = '2.3.1 2';18 private static $version = '2.3.13'; 19 19 20 20 /** -
woocommerce-mailchimp/tags/2.3.13/includes/class-ss-wc-mailchimp.php
r2253832 r2450821 417 417 418 418 if ( ! $interests ) { 419 return false;419 continue; 420 420 } 421 421 -
woocommerce-mailchimp/tags/2.3.13/readme.txt
r2283314 r2450821 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 5. 4.07 WC tested up to: 4. 0.16 Tested up to: 5.6.0 7 WC tested up to: 4.8.0 8 8 Requires PHP: 5.6 9 Stable tag: 2.3.1 29 Stable tag: 2.3.13 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.3.13 - January 5, 2021 123 - Bump WP and WC tested versions. 124 - Fix for category interests not returning (issue #29) 121 125 122 126 #### 2.3.12 - April 14, 2020 -
woocommerce-mailchimp/tags/2.3.13/woocommerce-mailchimp.php
r2283314 r2450821 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3.1 29 * WC tested up to: 4. 0.18 * Version: 2.3.13 9 * WC tested up to: 4.8.0 10 10 * Text Domain: woocommerce-mailchimp 11 11 * Domain Path: languages -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r2283314 r2450821 16 16 * @var string 17 17 */ 18 private static $version = '2.3.1 2';18 private static $version = '2.3.13'; 19 19 20 20 /** -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp.php
r2253832 r2450821 417 417 418 418 if ( ! $interests ) { 419 return false;419 continue; 420 420 } 421 421 -
woocommerce-mailchimp/trunk/readme.txt
r2283314 r2450821 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 5. 4.07 WC tested up to: 4. 0.16 Tested up to: 5.6.0 7 WC tested up to: 4.8.0 8 8 Requires PHP: 5.6 9 Stable tag: 2.3.1 29 Stable tag: 2.3.13 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.3.13 - January 5, 2021 123 - Bump WP and WC tested versions. 124 - Fix for category interests not returning (issue #29) 121 125 122 126 #### 2.3.12 - April 14, 2020 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r2283314 r2450821 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3.1 29 * WC tested up to: 4. 0.18 * Version: 2.3.13 9 * WC tested up to: 4.8.0 10 10 * Text Domain: woocommerce-mailchimp 11 11 * Domain Path: languages
Note: See TracChangeset
for help on using the changeset viewer.