Plugin Directory

Changeset 2236982


Ignore:
Timestamp:
02/01/2020 04:28:29 PM (6 years ago)
Author:
anderly
Message:

Release 2.3.8, see readme.txt for the changelog.

Location:
woocommerce-mailchimp
Files:
6 edited
1 copied

Legend:

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

    r2183968 r2236982  
    1616     * @var string
    1717     */
    18     private static $version = '2.3.7';
     18    private static $version = '2.3.8';
    1919
    2020    /**
     
    287287        $mc_tags = $this->mailchimp()->get_tags( $list_id );
    288288
     289        if ( ! is_array( $tags ) ) $tags = array();
    289290        $tags = array_map( function( $tag ) use ( $mc_tags ) {
    290291            return array(
  • woocommerce-mailchimp/tags/2.3.8/readme.txt

    r2183968 r2236982  
    44Tags: woocommerce, mailchimp, ecommerce, email
    55Requires at least: 4.7.0
    6 Tested up to: 5.2.2
    7 WC tested up to: 3.7.0
     6Tested up to: 5.3.2
     7WC tested up to: 3.9.1
    88Requires PHP: 5.6
    9 Stable tag: 2.3.7
     9Stable tag: 2.3.8
    1010License: GPLv3
    1111
     
    119119
    120120== Changelog ==
     121
     122#### 2.3.8 - February 1, 2020
     123- Fix for array_map (Issue #26)
     124- Tested up to WordPress 5.3.2 (Issue #28)
     125- Tested up to WooCommerce 3.9.1 (Issue #27)
    121126
    122127#### 2.3.7 - October 31, 2019
  • woocommerce-mailchimp/tags/2.3.8/woocommerce-mailchimp.php

    r2184477 r2236982  
    66 * Author: Saint Systems
    77 * Author URI: https://www.saintsystems.com
    8  * Version: 2.3.7
    9  * WC tested up to: 3.7.0
     8 * Version: 2.3.8
     9 * WC tested up to: 3.9.1
    1010 * Text Domain: woocommerce-mailchimp
    1111 * Domain Path: languages
  • woocommerce-mailchimp/trunk/includes/class-ss-wc-mailchimp-plugin.php

    r2183968 r2236982  
    1616     * @var string
    1717     */
    18     private static $version = '2.3.7';
     18    private static $version = '2.3.8';
    1919
    2020    /**
     
    287287        $mc_tags = $this->mailchimp()->get_tags( $list_id );
    288288
     289        if ( ! is_array( $tags ) ) $tags = array();
    289290        $tags = array_map( function( $tag ) use ( $mc_tags ) {
    290291            return array(
  • woocommerce-mailchimp/trunk/readme.txt

    r2183968 r2236982  
    44Tags: woocommerce, mailchimp, ecommerce, email
    55Requires at least: 4.7.0
    6 Tested up to: 5.2.2
    7 WC tested up to: 3.7.0
     6Tested up to: 5.3.2
     7WC tested up to: 3.9.1
    88Requires PHP: 5.6
    9 Stable tag: 2.3.7
     9Stable tag: 2.3.8
    1010License: GPLv3
    1111
     
    119119
    120120== Changelog ==
     121
     122#### 2.3.8 - February 1, 2020
     123- Fix for array_map (Issue #26)
     124- Tested up to WordPress 5.3.2 (Issue #28)
     125- Tested up to WooCommerce 3.9.1 (Issue #27)
    121126
    122127#### 2.3.7 - October 31, 2019
  • woocommerce-mailchimp/trunk/woocommerce-mailchimp.php

    r2184477 r2236982  
    66 * Author: Saint Systems
    77 * Author URI: https://www.saintsystems.com
    8  * Version: 2.3.7
    9  * WC tested up to: 3.7.0
     8 * Version: 2.3.8
     9 * WC tested up to: 3.9.1
    1010 * Text Domain: woocommerce-mailchimp
    1111 * Domain Path: languages
Note: See TracChangeset for help on using the changeset viewer.