Plugin Directory

Changeset 3314734


Ignore:
Timestamp:
06/19/2025 02:33:00 PM (9 months ago)
Author:
anderly
Message:

Release 2.4.15, see readme.txt for the changelog.

Location:
woocommerce-mailchimp
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-mailchimp/tags/2.4.15/includes/class-ss-wc-mailchimp-plugin.php

    r3147162 r3314734  
    1616     * @var string
    1717     */
    18     private static $version = '2.4.14';
     18    private static $version = '2.4.15';
    1919
    2020    /**
     
    4747
    4848    /**
     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    /**
    4963     * Plugin compatibility checker
    5064     *
     
    5266     */
    5367    public $compatibility;
     68
     69    /**
     70     * Plugin admin notices
     71     *
     72     * @var SS_WC_MailChimp_Admin_Notices
     73     */
     74    public $admin_notices;
    5475
    5576    /**
  • woocommerce-mailchimp/tags/2.4.15/readme.txt

    r3147162 r3314734  
    44Tags: woocommerce, mailchimp, ecommerce, email
    55Requires at least: 4.7.0
    6 Tested up to: 6.6.1
    7 WC tested up to: 9.2.3
     6Tested up to: 6.8.1
     7WC tested up to: 9.9.4
    88Requires PHP: 5.6
    9 Stable tag: 2.4.14
    10 Version: 2.4.14
     9Stable tag: 2.4.15
     10Version: 2.4.15
    1111License: GPLv3
    1212
     
    120120
    121121== 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.
    122127
    123128#### 2.4.14 - Sep 5, 2024
  • woocommerce-mailchimp/tags/2.4.15/woocommerce-mailchimp.php

    r3147162 r3314734  
    66 * Author: Saint Systems
    77 * Author URI: https://www.saintsystems.com
    8  * Version: 2.4.14
     8 * Version: 2.4.15
    99 * WC tested up to: 9.2.3
    1010 * Text Domain: woocommerce-mailchimp
  • woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php

    r3147162 r3314734  
    1616     * @var string
    1717     */
    18     private static $version = '2.4.14';
     18    private static $version = '2.4.15';
    1919
    2020    /**
     
    4747
    4848    /**
     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    /**
    4963     * Plugin compatibility checker
    5064     *
     
    5266     */
    5367    public $compatibility;
     68
     69    /**
     70     * Plugin admin notices
     71     *
     72     * @var SS_WC_MailChimp_Admin_Notices
     73     */
     74    public $admin_notices;
    5475
    5576    /**
  • woocommerce-mailchimp/trunk/readme.txt

    r3147162 r3314734  
    44Tags: woocommerce, mailchimp, ecommerce, email
    55Requires at least: 4.7.0
    6 Tested up to: 6.6.1
    7 WC tested up to: 9.2.3
     6Tested up to: 6.8.1
     7WC tested up to: 9.9.4
    88Requires PHP: 5.6
    9 Stable tag: 2.4.14
    10 Version: 2.4.14
     9Stable tag: 2.4.15
     10Version: 2.4.15
    1111License: GPLv3
    1212
     
    120120
    121121== 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.
    122127
    123128#### 2.4.14 - Sep 5, 2024
  • woocommerce-mailchimp/trunk/woocommerce-mailchimp.php

    r3147162 r3314734  
    66 * Author: Saint Systems
    77 * Author URI: https://www.saintsystems.com
    8  * Version: 2.4.14
     8 * Version: 2.4.15
    99 * WC tested up to: 9.2.3
    1010 * Text Domain: woocommerce-mailchimp
Note: See TracChangeset for help on using the changeset viewer.