From 829afa29a8bc76faa4cbc398cc6369694daf5276 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:13:31 +0000 Subject: [PATCH 1/5] Start `release/2.1.10`. From 5361b7c81886e3b1720530d585cf7bfda62b3182 Mon Sep 17 00:00:00 2001 From: mikkamp Date: Wed, 15 Jan 2025 15:17:37 +0000 Subject: [PATCH 2/5] Remove older changelog entries from readme --- readme.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme.txt b/readme.txt index 2be2f1a0..34cb1bca 100644 --- a/readme.txt +++ b/readme.txt @@ -59,7 +59,4 @@ Duplicate Google Analytics code causes a conflict in tracking. Remove any other * Tweak - WC 9.4 compatibility. * Tweak - WP 6.7 compatibility. -= 2.1.7 - 2024-09-05 = -* Tweak - WC 9.3.0 compatibility. - [See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-google-analytics-integration/trunk/changelog.txt). From 8b5a89ef9c9837536dbd60c8cba44ad0cf9d41b1 Mon Sep 17 00:00:00 2001 From: mikkamp Date: Wed, 15 Jan 2025 15:25:22 +0000 Subject: [PATCH 3/5] woorelease: Product version bump update --- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- woocommerce-google-analytics-integration.php | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bb05b8e..cd277cbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-google-analytics-integration", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 4ca5583a..42d0fb92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-google-analytics-integration", "title": "Google Analytics for WooCommerce", - "version": "2.1.9", + "version": "2.1.10", "license": "GPL-2.0", "homepage": "https://wordpress.org/plugins/woocommerce-google-analytics-integration/", "repository": { diff --git a/readme.txt b/readme.txt index 34cb1bca..d8f9acc4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, claudiosanches, bor0, royho, laurendaviss Tags: woocommerce, google analytics Requires at least: 6.2 Tested up to: 6.7 -Stable tag: 2.1.9 +Stable tag: 2.1.10 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/woocommerce-google-analytics-integration.php b/woocommerce-google-analytics-integration.php index 4ca9412c..9d73fbcf 100644 --- a/woocommerce-google-analytics-integration.php +++ b/woocommerce-google-analytics-integration.php @@ -5,9 +5,9 @@ * Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages. * Author: WooCommerce * Author URI: https://woocommerce.com - * Version: 2.1.9 + * Version: 2.1.10 * WC requires at least: 8.4 - * WC tested up to: 9.5 + * WC tested up to: 9.6 * Requires at least: 6.2 * Requires Plugins: woocommerce * Tested up to: 6.7 @@ -24,7 +24,7 @@ if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) { - define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.9' ); // WRCS: DEFINED_VERSION. + define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.10' ); // WRCS: DEFINED_VERSION. define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '6.8' ); // Maybe show the GA Pro notice on plugin activation. From 4ece99dc08275d85315f3da3d826e94d70b499e4 Mon Sep 17 00:00:00 2001 From: mikkamp Date: Wed, 15 Jan 2025 15:25:29 +0000 Subject: [PATCH 4/5] woorelease: Changelog update --- changelog.txt | 4 ++++ readme.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/changelog.txt b/changelog.txt index b968a4f8..abfeabc3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ *** Changelog *** += 2.1.10 - 2025-01-15 = +* Dev - Fix E2E tests for WC 9.6. +* Tweak - WC 9.6 compatibility. + = 2.1.9 - 2024-12-18 = * Dev - Fix PHP unit tests - install svn. * Dev - Improve E2E tests for related products. diff --git a/readme.txt b/readme.txt index d8f9acc4..ba3454b1 100644 --- a/readme.txt +++ b/readme.txt @@ -48,6 +48,10 @@ Duplicate Google Analytics code causes a conflict in tracking. Remove any other == Changelog == += 2.1.10 - 2025-01-15 = +* Dev - Fix E2E tests for WC 9.6. +* Tweak - WC 9.6 compatibility. + = 2.1.9 - 2024-12-18 = * Dev - Fix PHP unit tests - install svn. * Dev - Improve E2E tests for related products. From ee89456bd853e4d19f2ff83b27502b8f0aef4da3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:25:49 +0000 Subject: [PATCH 5/5] Update hooks documentation from branch. --- docs/Hooks.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Hooks.md b/docs/Hooks.md index e6e3a2c6..6dd58aa2 100644 --- a/docs/Hooks.md +++ b/docs/Hooks.md @@ -8,7 +8,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [class-wc-google-analytics.php#L272](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/1641abc10376958f750f0784f4d0e87ee32ccc1e/includes/class-wc-google-analytics.php#L272) +- [class-wc-google-analytics.php#L272](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/4ece99dc08275d85315f3da3d826e94d70b499e4/includes/class-wc-google-analytics.php#L272) ## woocommerce_ga_gtag_config @@ -16,7 +16,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [class-wc-google-gtag-js.php#L268](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/1641abc10376958f750f0784f4d0e87ee32ccc1e/includes/class-wc-google-gtag-js.php#L268) +- [class-wc-google-gtag-js.php#L268](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/4ece99dc08275d85315f3da3d826e94d70b499e4/includes/class-wc-google-gtag-js.php#L268) ## woocommerce_ga_gtag_consent_modes @@ -24,7 +24,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [class-wc-google-gtag-js.php#L362](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/1641abc10376958f750f0784f4d0e87ee32ccc1e/includes/class-wc-google-gtag-js.php#L362) +- [class-wc-google-gtag-js.php#L362](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/4ece99dc08275d85315f3da3d826e94d70b499e4/includes/class-wc-google-gtag-js.php#L362) ## woocommerce_ga_product_identifier @@ -32,7 +32,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [class-wc-abstract-google-analytics-js.php#L170](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/1641abc10376958f750f0784f4d0e87ee32ccc1e/includes/class-wc-abstract-google-analytics-js.php#L170) +- [class-wc-abstract-google-analytics-js.php#L170](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/4ece99dc08275d85315f3da3d826e94d70b499e4/includes/class-wc-abstract-google-analytics-js.php#L170) ## woocommerce_gtag_snippet @@ -40,7 +40,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [class-wc-google-gtag-js.php#L90](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/1641abc10376958f750f0784f4d0e87ee32ccc1e/includes/class-wc-google-gtag-js.php#L90) +- [class-wc-google-gtag-js.php#L90](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/4ece99dc08275d85315f3da3d826e94d70b499e4/includes/class-wc-google-gtag-js.php#L90) ## woocommerce_gtag_tracker_variable @@ -48,7 +48,7 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [class-wc-google-gtag-js.php#L258](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/1641abc10376958f750f0784f4d0e87ee32ccc1e/includes/class-wc-google-gtag-js.php#L258) +- [class-wc-google-gtag-js.php#L258](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/4ece99dc08275d85315f3da3d826e94d70b499e4/includes/class-wc-google-gtag-js.php#L258) ## plugin_locale @@ -56,5 +56,5 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this **Used in**: -- [woocommerce-google-analytics-integration.php#L143](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/1641abc10376958f750f0784f4d0e87ee32ccc1e/woocommerce-google-analytics-integration.php#L143) +- [woocommerce-google-analytics-integration.php#L143](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/4ece99dc08275d85315f3da3d826e94d70b499e4/woocommerce-google-analytics-integration.php#L143)