Changeset 2610577
- Timestamp:
- 10/06/2021 09:01:07 PM (4 years ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 8 edited
- 1 copied
-
tags/2.4.7 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.4.7/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
tags/2.4.7/includes/class-ss-wc-mailchimp.php (modified) (1 diff)
-
tags/2.4.7/readme.txt (modified) (2 diffs)
-
tags/2.4.7/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.7/includes/class-ss-wc-mailchimp-plugin.php
r2610348 r2610577 16 16 * @var string 17 17 */ 18 private static $version = '2.4. 6';18 private static $version = '2.4.7'; 19 19 20 20 /** -
woocommerce-mailchimp/tags/2.4.7/includes/class-ss-wc-mailchimp.php
r2609659 r2610577 216 216 $subscriber_hash = $this->get_subscriber_hash( $email_address ); 217 217 218 $resource = "lists/$list_id/members/$subscriber_hash ";218 $resource = "lists/$list_id/members/$subscriber_hash?skip_merge_validation=true"; 219 219 220 220 $response = $this->api->put( $resource, $args ); -
woocommerce-mailchimp/tags/2.4.7/readme.txt
r2610348 r2610577 7 7 WC tested up to: 5.7.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.4. 69 Stable tag: 2.4.7 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.4.7 - Oct 6, 2021 123 - Update to pass skip_merge_validation argument when subscribing users. 121 124 122 125 #### 2.4.6 - Oct 5, 2021 -
woocommerce-mailchimp/tags/2.4.7/woocommerce-mailchimp.php
r2610348 r2610577 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.4. 68 * Version: 2.4.7 9 9 * WC tested up to: 5.7.1 10 10 * Text Domain: woocommerce-mailchimp -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r2610348 r2610577 16 16 * @var string 17 17 */ 18 private static $version = '2.4. 6';18 private static $version = '2.4.7'; 19 19 20 20 /** -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp.php
r2609659 r2610577 216 216 $subscriber_hash = $this->get_subscriber_hash( $email_address ); 217 217 218 $resource = "lists/$list_id/members/$subscriber_hash ";218 $resource = "lists/$list_id/members/$subscriber_hash?skip_merge_validation=true"; 219 219 220 220 $response = $this->api->put( $resource, $args ); -
woocommerce-mailchimp/trunk/readme.txt
r2610348 r2610577 7 7 WC tested up to: 5.7.1 8 8 Requires PHP: 5.6 9 Stable tag: 2.4. 69 Stable tag: 2.4.7 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.4.7 - Oct 6, 2021 123 - Update to pass skip_merge_validation argument when subscribing users. 121 124 122 125 #### 2.4.6 - Oct 5, 2021 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r2610348 r2610577 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.4. 68 * Version: 2.4.7 9 9 * WC tested up to: 5.7.1 10 10 * Text Domain: woocommerce-mailchimp
Note: See TracChangeset
for help on using the changeset viewer.