Plugin Directory

Changeset 3114869

Timestamp:
07/09/2024 10:03:34 AM (5 weeks ago)
Author:
automattic
Message:

Tagging version 2.1.5

Location:
woocommerce-google-analytics-integration
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-google-analytics-integration/tags/2.1.5/changelog.txt

    r3110812 r3114869  
    11*** Changelog ***
     2
     3
     4
     5
    26
    37= 2.1.4 - 2024-07-02 =
  • woocommerce-google-analytics-integration/tags/2.1.5/readme.txt

    r3110812 r3114869  
    33Tags: woocommerce, google analytics
    44Requires at least: 6.2
    5 Tested up to: 6.5
    6 Stable tag: 2.1.4
     5Tested up to: 6.
     6Stable tag: 2.1.
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4949== Changelog ==
    5050
     51
     52
     53
     54
    5155= 2.1.4 - 2024-07-02 =
    5256* Dev - Upgrade npm dependencies.
     
    5761* Add - WooCommerce Product Bundles integration.
    5862
    59 = 2.1.2 - 2024-06-18 =
    60 * Tweak -  Replace woo.com references with woocommerce.com.
    61 * Tweak - Do not replace other extensions' `add_to_cart` listeners.
    62 
    6363[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-google-analytics-integration/trunk/changelog.txt).
  • woocommerce-google-analytics-integration/tags/2.1.5/woocommerce-google-analytics-integration.php

    r3110812 r3114869  
    66 * Author: WooCommerce
    77 * Author URI: https://woocommerce.com
    8  * Version: 2.1.4
     8 * Version: 2.1.
    99 * WC requires at least: 8.4
    10  * WC tested up to: 9.0
     10 * WC tested up to: 9.
    1111 * Requires at least: 6.2
    1212 * Requires Plugins: woocommerce
    13  * Tested up to: 6.5
     13 * Tested up to: 6.
    1414 * License: GPLv2 or later
    1515 * Text Domain: woocommerce-google-analytics-integration
     
    2525if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
    2626
    27     define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.4' ); // WRCS: DEFINED_VERSION.
     27    define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.' ); // WRCS: DEFINED_VERSION.
    2828    define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '6.8' );
    2929
  • woocommerce-google-analytics-integration/trunk/changelog.txt

    r3110812 r3114869  
    11*** Changelog ***
     2
     3
     4
     5
    26
    37= 2.1.4 - 2024-07-02 =
  • woocommerce-google-analytics-integration/trunk/readme.txt

    r3110812 r3114869  
    33Tags: woocommerce, google analytics
    44Requires at least: 6.2
    5 Tested up to: 6.5
    6 Stable tag: 2.1.4
     5Tested up to: 6.
     6Stable tag: 2.1.
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4949== Changelog ==
    5050
     51
     52
     53
     54
    5155= 2.1.4 - 2024-07-02 =
    5256* Dev - Upgrade npm dependencies.
     
    5761* Add - WooCommerce Product Bundles integration.
    5862
    59 = 2.1.2 - 2024-06-18 =
    60 * Tweak -  Replace woo.com references with woocommerce.com.
    61 * Tweak - Do not replace other extensions' `add_to_cart` listeners.
    62 
    6363[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-google-analytics-integration/trunk/changelog.txt).
  • woocommerce-google-analytics-integration/trunk/woocommerce-google-analytics-integration.php

    r3110812 r3114869  
    66 * Author: WooCommerce
    77 * Author URI: https://woocommerce.com
    8  * Version: 2.1.4
     8 * Version: 2.1.
    99 * WC requires at least: 8.4
    10  * WC tested up to: 9.0
     10 * WC tested up to: 9.
    1111 * Requires at least: 6.2
    1212 * Requires Plugins: woocommerce
    13  * Tested up to: 6.5
     13 * Tested up to: 6.
    1414 * License: GPLv2 or later
    1515 * Text Domain: woocommerce-google-analytics-integration
     
    2525if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
    2626
    27     define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.4' ); // WRCS: DEFINED_VERSION.
     27    define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.' ); // WRCS: DEFINED_VERSION.
    2828    define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '6.8' );
    2929
Note: See TracChangeset for help on using the changeset viewer.