Changeset 2283314
- Timestamp:
- 04/14/2020 03:26:02 PM (6 years ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 8 edited
- 1 copied
-
tags/2.3.12 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.3.12/includes/class-ss-wc-mailchimp-handler.php (modified) (1 diff)
-
tags/2.3.12/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
tags/2.3.12/readme.txt (modified) (2 diffs)
-
tags/2.3.12/woocommerce-mailchimp.php (modified) (1 diff)
-
trunk/includes/class-ss-wc-mailchimp-handler.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.12/includes/class-ss-wc-mailchimp-handler.php
r2279353 r2283314 27 27 */ 28 28 private static $instance = null; 29 30 /**31 * SS_WC_MailChimp_Plugin instance32 *33 * @var SS_WC_MailChimp_Plugin34 */35 private $sswcmc = null;36 29 37 30 /** -
woocommerce-mailchimp/tags/2.3.12/includes/class-ss-wc-mailchimp-plugin.php
r2279353 r2283314 16 16 * @var string 17 17 */ 18 private static $version = '2.3.1 1';18 private static $version = '2.3.12'; 19 19 20 20 /** -
woocommerce-mailchimp/tags/2.3.12/readme.txt
r2279353 r2283314 7 7 WC tested up to: 4.0.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.3.1 19 Stable tag: 2.3.12 10 10 License: GPLv3 11 11 … … 120 120 == Changelog == 121 121 122 #### 2.3.10 - March 3, 2020 122 #### 2.3.12 - April 14, 2020 123 - Remove explicit private variable to fix integration issue with Aero Checkout. 124 125 #### 2.3.11 - April 8, 2020 123 126 - Tested up to WordPress 5.4 124 127 - Tested up to WooCommerce 4.0.1 -
woocommerce-mailchimp/tags/2.3.12/woocommerce-mailchimp.php
r2279353 r2283314 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3.1 18 * Version: 2.3.12 9 9 * WC tested up to: 4.0.1 10 10 * Text Domain: woocommerce-mailchimp -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-handler.php
r2279353 r2283314 27 27 */ 28 28 private static $instance = null; 29 30 /**31 * SS_WC_MailChimp_Plugin instance32 *33 * @var SS_WC_MailChimp_Plugin34 */35 private $sswcmc = null;36 29 37 30 /** -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r2279353 r2283314 16 16 * @var string 17 17 */ 18 private static $version = '2.3.1 1';18 private static $version = '2.3.12'; 19 19 20 20 /** -
woocommerce-mailchimp/trunk/readme.txt
r2279353 r2283314 7 7 WC tested up to: 4.0.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.3.1 19 Stable tag: 2.3.12 10 10 License: GPLv3 11 11 … … 120 120 == Changelog == 121 121 122 #### 2.3.10 - March 3, 2020 122 #### 2.3.12 - April 14, 2020 123 - Remove explicit private variable to fix integration issue with Aero Checkout. 124 125 #### 2.3.11 - April 8, 2020 123 126 - Tested up to WordPress 5.4 124 127 - Tested up to WooCommerce 4.0.1 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r2279353 r2283314 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3.1 18 * Version: 2.3.12 9 9 * WC tested up to: 4.0.1 10 10 * Text Domain: woocommerce-mailchimp
Note: See TracChangeset
for help on using the changeset viewer.