Changeset 2279353
- Timestamp:
- 04/08/2020 02:19:37 PM (6 years ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 8 edited
- 1 copied
-
tags/2.3.11 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.3.11/includes/class-ss-wc-mailchimp-handler.php (modified) (2 diffs)
-
tags/2.3.11/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
tags/2.3.11/readme.txt (modified) (2 diffs)
-
tags/2.3.11/woocommerce-mailchimp.php (modified) (1 diff)
-
trunk/includes/class-ss-wc-mailchimp-handler.php (modified) (2 diffs)
-
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.11/includes/class-ss-wc-mailchimp-handler.php
r2183968 r2279353 20 20 21 21 /** 22 * 23 * 22 24 * Plugin singleton instance 23 25 * … … 25 27 */ 26 28 private static $instance = null; 29 30 /** 31 * SS_WC_MailChimp_Plugin instance 32 * 33 * @var SS_WC_MailChimp_Plugin 34 */ 35 private $sswcmc = null; 27 36 28 37 /** -
woocommerce-mailchimp/tags/2.3.11/includes/class-ss-wc-mailchimp-plugin.php
r2253832 r2279353 16 16 * @var string 17 17 */ 18 private static $version = '2.3.1 0';18 private static $version = '2.3.11'; 19 19 20 20 /** -
woocommerce-mailchimp/tags/2.3.11/readme.txt
r2253832 r2279353 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 5. 3.27 WC tested up to: 3.9.16 Tested up to: 5.4.0 7 WC tested up to: 4.0.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.3.1 09 Stable tag: 2.3.11 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.3.10 - March 3, 2020 123 - Tested up to WordPress 5.4 124 - Tested up to WooCommerce 4.0.1 121 125 122 126 #### 2.3.10 - March 3, 2020 -
woocommerce-mailchimp/tags/2.3.11/woocommerce-mailchimp.php
r2253832 r2279353 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3.1 09 * WC tested up to: 3.9.28 * Version: 2.3.11 9 * WC tested up to: 4.0.1 10 10 * Text Domain: woocommerce-mailchimp 11 11 * Domain Path: languages -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-handler.php
r2183968 r2279353 20 20 21 21 /** 22 * 23 * 22 24 * Plugin singleton instance 23 25 * … … 25 27 */ 26 28 private static $instance = null; 29 30 /** 31 * SS_WC_MailChimp_Plugin instance 32 * 33 * @var SS_WC_MailChimp_Plugin 34 */ 35 private $sswcmc = null; 27 36 28 37 /** -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r2253832 r2279353 16 16 * @var string 17 17 */ 18 private static $version = '2.3.1 0';18 private static $version = '2.3.11'; 19 19 20 20 /** -
woocommerce-mailchimp/trunk/readme.txt
r2253832 r2279353 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 5. 3.27 WC tested up to: 3.9.16 Tested up to: 5.4.0 7 WC tested up to: 4.0.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.3.1 09 Stable tag: 2.3.11 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.3.10 - March 3, 2020 123 - Tested up to WordPress 5.4 124 - Tested up to WooCommerce 4.0.1 121 125 122 126 #### 2.3.10 - March 3, 2020 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r2253832 r2279353 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3.1 09 * WC tested up to: 3.9.28 * Version: 2.3.11 9 * WC tested up to: 4.0.1 10 10 * Text Domain: woocommerce-mailchimp 11 11 * Domain Path: languages
Note: See TracChangeset
for help on using the changeset viewer.