Changeset 2236982
- Timestamp:
- 02/01/2020 04:28:29 PM (6 years ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 6 edited
- 1 copied
-
tags/2.3.8 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.3.8/includes/class-ss-wc-mailchimp-plugin.php (modified) (2 diffs)
-
tags/2.3.8/readme.txt (modified) (2 diffs)
-
tags/2.3.8/woocommerce-mailchimp.php (modified) (1 diff)
-
trunk/includes/class-ss-wc-mailchimp-plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-mailchimp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mailchimp/tags/2.3.8/includes/class-ss-wc-mailchimp-plugin.php
r2183968 r2236982 16 16 * @var string 17 17 */ 18 private static $version = '2.3. 7';18 private static $version = '2.3.8'; 19 19 20 20 /** … … 287 287 $mc_tags = $this->mailchimp()->get_tags( $list_id ); 288 288 289 if ( ! is_array( $tags ) ) $tags = array(); 289 290 $tags = array_map( function( $tag ) use ( $mc_tags ) { 290 291 return array( -
woocommerce-mailchimp/tags/2.3.8/readme.txt
r2183968 r2236982 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 5. 2.27 WC tested up to: 3. 7.06 Tested up to: 5.3.2 7 WC tested up to: 3.9.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.3. 79 Stable tag: 2.3.8 10 10 License: GPLv3 11 11 … … 119 119 120 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) 125 - Tested up to WooCommerce 3.9.1 (Issue #27) 121 126 122 127 #### 2.3.7 - October 31, 2019 -
woocommerce-mailchimp/tags/2.3.8/woocommerce-mailchimp.php
r2184477 r2236982 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3. 79 * WC tested up to: 3. 7.08 * Version: 2.3.8 9 * WC tested up to: 3.9.1 10 10 * Text Domain: woocommerce-mailchimp 11 11 * Domain Path: languages -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r2183968 r2236982 16 16 * @var string 17 17 */ 18 private static $version = '2.3. 7';18 private static $version = '2.3.8'; 19 19 20 20 /** … … 287 287 $mc_tags = $this->mailchimp()->get_tags( $list_id ); 288 288 289 if ( ! is_array( $tags ) ) $tags = array(); 289 290 $tags = array_map( function( $tag ) use ( $mc_tags ) { 290 291 return array( -
woocommerce-mailchimp/trunk/readme.txt
r2183968 r2236982 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 5. 2.27 WC tested up to: 3. 7.06 Tested up to: 5.3.2 7 WC tested up to: 3.9.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.3. 79 Stable tag: 2.3.8 10 10 License: GPLv3 11 11 … … 119 119 120 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) 125 - Tested up to WooCommerce 3.9.1 (Issue #27) 121 126 122 127 #### 2.3.7 - October 31, 2019 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r2184477 r2236982 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.3. 79 * WC tested up to: 3. 7.08 * Version: 2.3.8 9 * WC tested up to: 3.9.1 10 10 * Text Domain: woocommerce-mailchimp 11 11 * Domain Path: languages
Note: See TracChangeset
for help on using the changeset viewer.