Skip to content

Commit c070614

Browse files
authored
Merge branch 'trunk' into update/wp-wc-support-l-1
2 parents bc91380 + 929b459 commit c070614

File tree

6 files changed

+24
-17
lines changed

6 files changed

+24
-17
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
*** Changelog ***
22

3+
= 2.1.16 - 2025-07-01 =
4+
* Tweak - WC 10.0 compatibility.
5+
* Update - Require WooCommerce 9.5+.
6+
* Update - Require WordPress 6.6+.
7+
38
= 2.1.15 - 2025-06-04 =
49
* Tweak - WC 9.9 compatibility.
510

docs/Hooks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,53 +8,53 @@ A list of hooks, e.g. `actions` and `filters`, that are defined or used in this
88

99
**Used in**:
1010

11-
- [class-wc-google-analytics.php#L272](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/214500d93bee30ab701c769a9b9d07efdc7ce7eb/includes/class-wc-google-analytics.php#L272)
11+
- [class-wc-google-analytics.php#L272](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/685915cd8f3ef580d5d6924ae42f8c4ac9757f91/includes/class-wc-google-analytics.php#L272)
1212

1313
## woocommerce_ga_gtag_config
1414

1515
**Type**: filter
1616

1717
**Used in**:
1818

19-
- [class-wc-google-gtag-js.php#L268](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/214500d93bee30ab701c769a9b9d07efdc7ce7eb/includes/class-wc-google-gtag-js.php#L268)
19+
- [class-wc-google-gtag-js.php#L268](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/685915cd8f3ef580d5d6924ae42f8c4ac9757f91/includes/class-wc-google-gtag-js.php#L268)
2020

2121
## woocommerce_ga_gtag_consent_modes
2222

2323
**Type**: filter
2424

2525
**Used in**:
2626

27-
- [class-wc-google-gtag-js.php#L362](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/214500d93bee30ab701c769a9b9d07efdc7ce7eb/includes/class-wc-google-gtag-js.php#L362)
27+
- [class-wc-google-gtag-js.php#L362](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/685915cd8f3ef580d5d6924ae42f8c4ac9757f91/includes/class-wc-google-gtag-js.php#L362)
2828

2929
## woocommerce_ga_product_identifier
3030

3131
**Type**: filter
3232

3333
**Used in**:
3434

35-
- [class-wc-abstract-google-analytics-js.php#L170](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/214500d93bee30ab701c769a9b9d07efdc7ce7eb/includes/class-wc-abstract-google-analytics-js.php#L170)
35+
- [class-wc-abstract-google-analytics-js.php#L170](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/685915cd8f3ef580d5d6924ae42f8c4ac9757f91/includes/class-wc-abstract-google-analytics-js.php#L170)
3636

3737
## woocommerce_gtag_snippet
3838

3939
**Type**: filter
4040

4141
**Used in**:
4242

43-
- [class-wc-google-gtag-js.php#L90](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/214500d93bee30ab701c769a9b9d07efdc7ce7eb/includes/class-wc-google-gtag-js.php#L90)
43+
- [class-wc-google-gtag-js.php#L90](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/685915cd8f3ef580d5d6924ae42f8c4ac9757f91/includes/class-wc-google-gtag-js.php#L90)
4444

4545
## woocommerce_gtag_tracker_variable
4646

4747
**Type**: filter
4848

4949
**Used in**:
5050

51-
- [class-wc-google-gtag-js.php#L258](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/214500d93bee30ab701c769a9b9d07efdc7ce7eb/includes/class-wc-google-gtag-js.php#L258)
51+
- [class-wc-google-gtag-js.php#L258](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/685915cd8f3ef580d5d6924ae42f8c4ac9757f91/includes/class-wc-google-gtag-js.php#L258)
5252

5353
## plugin_locale
5454

5555
**Type**: filter
5656

5757
**Used in**:
5858

59-
- [woocommerce-google-analytics-integration.php#L145](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/214500d93bee30ab701c769a9b9d07efdc7ce7eb/woocommerce-google-analytics-integration.php#L145)
59+
- [woocommerce-google-analytics-integration.php#L145](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/685915cd8f3ef580d5d6924ae42f8c4ac9757f91/woocommerce-google-analytics-integration.php#L145)
6060

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-google-analytics-integration",
33
"title": "Google Analytics for WooCommerce",
4-
"version": "2.1.15",
4+
"version": "2.1.16",
55
"license": "GPL-2.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-google-analytics-integration/",
77
"repository": {

readme.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, claudiosanches, bor0, royho, laurendaviss
33
Tags: woocommerce, google analytics
44
Requires at least: 6.7
55
Tested up to: 6.8
6-
Stable tag: 2.1.15
6+
Stable tag: 2.1.16
77
License: GPLv3
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
99

@@ -48,14 +48,16 @@ Duplicate Google Analytics code causes a conflict in tracking. Remove any other
4848

4949
== Changelog ==
5050

51+
= 2.1.16 - 2025-07-01 =
52+
* Tweak - WC 10.0 compatibility.
53+
* Update - Require WooCommerce 9.5+.
54+
* Update - Require WordPress 6.6+.
55+
5156
= 2.1.15 - 2025-06-04 =
5257
* Tweak - WC 9.9 compatibility.
5358

5459
= 2.1.14 - 2025-04-15 =
5560
* Tweak - WC 9.8 compatibility.
5661
* Tweak - WP 6.8 compatibility.
5762

58-
= 2.1.13 - 2025-02-18 =
59-
* Tweak - WC 9.7 compatibility.
60-
6163
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-google-analytics-integration/trunk/changelog.txt).

woocommerce-google-analytics-integration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages.
66
* Author: WooCommerce
77
* Author URI: https://woocommerce.com
8-
* Version: 2.1.15
8+
* Version: 2.1.16
99
* WC requires at least: 9.9
10-
* WC tested up to: 9.9
10+
* WC tested up to: 10.0
1111
* Requires at least: 6.7
1212
* Requires Plugins: woocommerce
1313
* Tested up to: 6.8
@@ -26,7 +26,7 @@
2626

2727
if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
2828

29-
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.15' ); // WRCS: DEFINED_VERSION.
29+
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.16' ); // WRCS: DEFINED_VERSION.
3030
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '9.9' );
3131

3232
// Maybe show the GA Pro notice on plugin activation.

0 commit comments

Comments
 (0)