Changeset 3314734
- Timestamp:
- 06/19/2025 02:33:00 PM (9 months ago)
- Location:
- woocommerce-mailchimp
- Files:
-
- 6 edited
- 1 copied
-
tags/2.4.15 (copied) (copied from woocommerce-mailchimp/trunk)
-
tags/2.4.15/includes/class-ss-wc-mailchimp-plugin.php (modified) (3 diffs)
-
tags/2.4.15/readme.txt (modified) (2 diffs)
-
tags/2.4.15/woocommerce-mailchimp.php (modified) (1 diff)
-
trunk/includes/class-ss-wc-mailchimp-plugin.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-mailchimp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mailchimp/tags/2.4.15/includes/class-ss-wc-mailchimp-plugin.php
r3147162 r3314734 16 16 * @var string 17 17 */ 18 private static $version = '2.4.1 4';18 private static $version = '2.4.15'; 19 19 20 20 /** … … 47 47 48 48 /** 49 * Plugin logger instance 50 * 51 * @var SSWCMC_Logger 52 */ 53 private $logger; 54 55 /** 56 * Plugin handler instance 57 * 58 * @var SS_WC_MailChimp_Handler 59 */ 60 private $handler; 61 62 /** 49 63 * Plugin compatibility checker 50 64 * … … 52 66 */ 53 67 public $compatibility; 68 69 /** 70 * Plugin admin notices 71 * 72 * @var SS_WC_MailChimp_Admin_Notices 73 */ 74 public $admin_notices; 54 75 55 76 /** -
woocommerce-mailchimp/tags/2.4.15/readme.txt
r3147162 r3314734 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 6. 6.17 WC tested up to: 9. 2.36 Tested up to: 6.8.1 7 WC tested up to: 9.9.4 8 8 Requires PHP: 5.6 9 Stable tag: 2.4.1 410 Version: 2.4.1 49 Stable tag: 2.4.15 10 Version: 2.4.15 11 11 License: GPLv3 12 12 … … 120 120 121 121 == Changelog == 122 123 #### 2.4.15 - Jun 19, 2025 124 - Fix dynamic properties deprecation. 125 - Bump WC tested version up to 9.9.4. 126 - Bump WP tested version up to 6.8.1. 122 127 123 128 #### 2.4.14 - Sep 5, 2024 -
woocommerce-mailchimp/tags/2.4.15/woocommerce-mailchimp.php
r3147162 r3314734 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.4.1 48 * Version: 2.4.15 9 9 * WC tested up to: 9.2.3 10 10 * Text Domain: woocommerce-mailchimp -
woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php
r3147162 r3314734 16 16 * @var string 17 17 */ 18 private static $version = '2.4.1 4';18 private static $version = '2.4.15'; 19 19 20 20 /** … … 47 47 48 48 /** 49 * Plugin logger instance 50 * 51 * @var SSWCMC_Logger 52 */ 53 private $logger; 54 55 /** 56 * Plugin handler instance 57 * 58 * @var SS_WC_MailChimp_Handler 59 */ 60 private $handler; 61 62 /** 49 63 * Plugin compatibility checker 50 64 * … … 52 66 */ 53 67 public $compatibility; 68 69 /** 70 * Plugin admin notices 71 * 72 * @var SS_WC_MailChimp_Admin_Notices 73 */ 74 public $admin_notices; 54 75 55 76 /** -
woocommerce-mailchimp/trunk/readme.txt
r3147162 r3314734 4 4 Tags: woocommerce, mailchimp, ecommerce, email 5 5 Requires at least: 4.7.0 6 Tested up to: 6. 6.17 WC tested up to: 9. 2.36 Tested up to: 6.8.1 7 WC tested up to: 9.9.4 8 8 Requires PHP: 5.6 9 Stable tag: 2.4.1 410 Version: 2.4.1 49 Stable tag: 2.4.15 10 Version: 2.4.15 11 11 License: GPLv3 12 12 … … 120 120 121 121 == Changelog == 122 123 #### 2.4.15 - Jun 19, 2025 124 - Fix dynamic properties deprecation. 125 - Bump WC tested version up to 9.9.4. 126 - Bump WP tested version up to 6.8.1. 122 127 123 128 #### 2.4.14 - Sep 5, 2024 -
woocommerce-mailchimp/trunk/woocommerce-mailchimp.php
r3147162 r3314734 6 6 * Author: Saint Systems 7 7 * Author URI: https://www.saintsystems.com 8 * Version: 2.4.1 48 * Version: 2.4.15 9 9 * WC tested up to: 9.2.3 10 10 * Text Domain: woocommerce-mailchimp
Note: See TracChangeset
for help on using the changeset viewer.