Changeset 2609659
- Timestamp:
- 10/05/2021 02:34:00 PM (4 years ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 8 edited
- 1 copied
-
tags/2.4.5 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.4.5/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
tags/2.4.5/includes/class-ss-wc-mailchimp.php (modified) (1 diff)
-
tags/2.4.5/readme.txt (modified) (2 diffs)
-
tags/2.4.5/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.4.5/includes/class-ss-wc-mailchimp-plugin.php
r2538132 r2609659 16 16 * @var string 17 17 */ 18 private static $version = '2.4. 4';18 private static $version = '2.4.5'; 19 19 20 20 /** -
woocommerce-mailchimp/tags/2.4.5/includes/class-ss-wc-mailchimp.php
r2450821 r2609659 197 197 'status' => $double_opt_in ? 'pending' : 'subscribed', 198 198 'email_type' => $email_type, 199 'merge_fields' => $merge_fields,200 199 ); 200 201 if ( is_array( $merge_fields ) && !empty( $merge_fields ) ) { 202 $args['merge_fields'] = $merge_fields; 203 } 201 204 202 205 if ( is_array( $interests ) && !empty( $interests ) ) { -
woocommerce-mailchimp/tags/2.4.5/readme.txt
r2538132 r2609659 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 5. 7.27 WC tested up to: 5. 3.06 Tested up to: 5.8.1 7 WC tested up to: 5.7.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.4. 49 Stable tag: 2.4.5 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.4.5 - Oct 5, 2021 123 - Only send merge fields if not empty. 124 - Bump WC tested version up to 5.7.1. 125 - Bump WP tested version up to 5.8.1. 121 126 122 127 #### 2.4.4 - May 26, 2021 -
woocommerce-mailchimp/tags/2.4.5/woocommerce-mailchimp.php
r2538132 r2609659 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.4. 49 * WC tested up to: 5. 3.08 * Version: 2.4.5 9 * WC tested up to: 5.7.1 10 10 * Text Domain: woocommerce-mailchimp 11 11 * Domain Path: languages -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r2538132 r2609659 16 16 * @var string 17 17 */ 18 private static $version = '2.4. 4';18 private static $version = '2.4.5'; 19 19 20 20 /** -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp.php
r2450821 r2609659 197 197 'status' => $double_opt_in ? 'pending' : 'subscribed', 198 198 'email_type' => $email_type, 199 'merge_fields' => $merge_fields,200 199 ); 200 201 if ( is_array( $merge_fields ) && !empty( $merge_fields ) ) { 202 $args['merge_fields'] = $merge_fields; 203 } 201 204 202 205 if ( is_array( $interests ) && !empty( $interests ) ) { -
woocommerce-mailchimp/trunk/readme.txt
r2538132 r2609659 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 5. 7.27 WC tested up to: 5. 3.06 Tested up to: 5.8.1 7 WC tested up to: 5.7.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.4. 49 Stable tag: 2.4.5 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.4.5 - Oct 5, 2021 123 - Only send merge fields if not empty. 124 - Bump WC tested version up to 5.7.1. 125 - Bump WP tested version up to 5.8.1. 121 126 122 127 #### 2.4.4 - May 26, 2021 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r2538132 r2609659 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.4. 49 * WC tested up to: 5. 3.08 * Version: 2.4.5 9 * WC tested up to: 5.7.1 10 10 * Text Domain: woocommerce-mailchimp 11 11 * Domain Path: languages
Note: See TracChangeset
for help on using the changeset viewer.