Changeset 2504488
- Timestamp:
- 03/27/2021 01:52:26 PM (5 years ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 8 edited
- 1 copied
-
tags/2.4.1 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.4.1/includes/class-ss-wc-mailchimp-handler.php (modified) (1 diff)
-
tags/2.4.1/includes/class-ss-wc-mailchimp-plugin.php (modified) (1 diff)
-
tags/2.4.1/readme.txt (modified) (2 diffs)
-
tags/2.4.1/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.4.1/includes/class-ss-wc-mailchimp-handler.php
r2283314 r2504488 422 422 // Allow hooking into subscription options. 423 423 $options = apply_filters( 'ss_wc_mailchimp_subscribe_options', $subscribe_options, $order_id ); 424 425 /** 426 * Allow overriding whether to subscribe the customer 427 * @since 2.4.1 428 */ 429 $subscribe_customer = apply_filters( 'ss_wc_mailchimp_subscribe_customer', $subscribe_customer, $subscribe_options, $order_id ); 424 430 425 431 // Extract options into variables. -
woocommerce-mailchimp/tags/2.4.1/includes/class-ss-wc-mailchimp-plugin.php
r2502578 r2504488 16 16 * @var string 17 17 */ 18 private static $version = '2.4. 0';18 private static $version = '2.4.1'; 19 19 20 20 /** -
woocommerce-mailchimp/tags/2.4.1/readme.txt
r2502578 r2504488 7 7 WC tested up to: 5.1.0 8 8 Requires PHP: 5.6 9 Stable tag: 2.4. 09 Stable tag: 2.4.1 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.4.1 - March 27, 2021 123 - Added new `ss_wc_mailchimp_subscribe_customer` hook to allow easier override of whether or not to subscribe the customer. 121 124 122 125 #### 2.4.0 - March 24, 2021 -
woocommerce-mailchimp/tags/2.4.1/woocommerce-mailchimp.php
r2502578 r2504488 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.4. 08 * Version: 2.4.1 9 9 * WC tested up to: 5.1.0 10 10 * Text Domain: woocommerce-mailchimp -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-handler.php
r2283314 r2504488 422 422 // Allow hooking into subscription options. 423 423 $options = apply_filters( 'ss_wc_mailchimp_subscribe_options', $subscribe_options, $order_id ); 424 425 /** 426 * Allow overriding whether to subscribe the customer 427 * @since 2.4.1 428 */ 429 $subscribe_customer = apply_filters( 'ss_wc_mailchimp_subscribe_customer', $subscribe_customer, $subscribe_options, $order_id ); 424 430 425 431 // Extract options into variables. -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r2502578 r2504488 16 16 * @var string 17 17 */ 18 private static $version = '2.4. 0';18 private static $version = '2.4.1'; 19 19 20 20 /** -
woocommerce-mailchimp/trunk/readme.txt
r2502578 r2504488 7 7 WC tested up to: 5.1.0 8 8 Requires PHP: 5.6 9 Stable tag: 2.4. 09 Stable tag: 2.4.1 10 10 License: GPLv3 11 11 … … 119 119 120 120 == Changelog == 121 122 #### 2.4.1 - March 27, 2021 123 - Added new `ss_wc_mailchimp_subscribe_customer` hook to allow easier override of whether or not to subscribe the customer. 121 124 122 125 #### 2.4.0 - March 24, 2021 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r2502578 r2504488 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.4. 08 * Version: 2.4.1 9 9 * WC tested up to: 5.1.0 10 10 * Text Domain: woocommerce-mailchimp
Note: See TracChangeset
for help on using the changeset viewer.