Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.8 #474

Merged
merged 5 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*** Changelog ***

= 2.1.8 - 2024-11-14 =
* Dev - Fix missing blueprint dependency.
* Dev - WordPress 6.7 Compatibility: Fix the issue that E2E test can't log in to wp-admin.
* Tweak - WC 9.4 compatibility.
* Tweak - WP 6.7 compatibility.

= 2.1.7 - 2024-09-05 =
* Tweak - WC 9.3.0 compatibility.

Expand Down
14 changes: 7 additions & 7 deletions docs/Hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,53 +8,53 @@ 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/15301e18ffa785287a0fa0d31664d0ccab1396a1/includes/class-wc-google-analytics.php#L272)
- [class-wc-google-analytics.php#L272](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/b78ccc4d6c6e8addd2cd4baf3d91d1f3d59a3c46/includes/class-wc-google-analytics.php#L272)

## woocommerce_ga_gtag_config

**Type**: filter

**Used in**:

- [class-wc-google-gtag-js.php#L268](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/15301e18ffa785287a0fa0d31664d0ccab1396a1/includes/class-wc-google-gtag-js.php#L268)
- [class-wc-google-gtag-js.php#L268](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/b78ccc4d6c6e8addd2cd4baf3d91d1f3d59a3c46/includes/class-wc-google-gtag-js.php#L268)

## woocommerce_ga_gtag_consent_modes

**Type**: filter

**Used in**:

- [class-wc-google-gtag-js.php#L362](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/15301e18ffa785287a0fa0d31664d0ccab1396a1/includes/class-wc-google-gtag-js.php#L362)
- [class-wc-google-gtag-js.php#L362](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/b78ccc4d6c6e8addd2cd4baf3d91d1f3d59a3c46/includes/class-wc-google-gtag-js.php#L362)

## woocommerce_ga_product_identifier

**Type**: filter

**Used in**:

- [class-wc-abstract-google-analytics-js.php#L170](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/15301e18ffa785287a0fa0d31664d0ccab1396a1/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/b78ccc4d6c6e8addd2cd4baf3d91d1f3d59a3c46/includes/class-wc-abstract-google-analytics-js.php#L170)

## woocommerce_gtag_snippet

**Type**: filter

**Used in**:

- [class-wc-google-gtag-js.php#L90](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/15301e18ffa785287a0fa0d31664d0ccab1396a1/includes/class-wc-google-gtag-js.php#L90)
- [class-wc-google-gtag-js.php#L90](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/b78ccc4d6c6e8addd2cd4baf3d91d1f3d59a3c46/includes/class-wc-google-gtag-js.php#L90)

## woocommerce_gtag_tracker_variable

**Type**: filter

**Used in**:

- [class-wc-google-gtag-js.php#L258](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/15301e18ffa785287a0fa0d31664d0ccab1396a1/includes/class-wc-google-gtag-js.php#L258)
- [class-wc-google-gtag-js.php#L258](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/b78ccc4d6c6e8addd2cd4baf3d91d1f3d59a3c46/includes/class-wc-google-gtag-js.php#L258)

## plugin_locale

**Type**: filter

**Used in**:

- [woocommerce-google-analytics-integration.php#L143](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/15301e18ffa785287a0fa0d31664d0ccab1396a1/woocommerce-google-analytics-integration.php#L143)
- [woocommerce-google-analytics-integration.php#L143](https://github.com/woocommerce/woocommerce-google-analytics-integration/blob/b78ccc4d6c6e8addd2cd4baf3d91d1f3d59a3c46/woocommerce-google-analytics-integration.php#L143)

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-google-analytics-integration",
"title": "Google Analytics for WooCommerce",
"version": "2.1.7",
"version": "2.1.8",
"license": "GPL-2.0",
"homepage": "https://wordpress.org/plugins/woocommerce-google-analytics-integration/",
"repository": {
Expand Down
14 changes: 8 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: woocommerce, automattic, claudiosanches, bor0, royho, laurendavissmith001, cshultz88, mmjones, tomalec
Tags: woocommerce, google analytics
Requires at least: 6.2
Tested up to: 6.6
Stable tag: 2.1.7
Tested up to: 6.7
Stable tag: 2.1.8
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.1.8 - 2024-11-14 =
* Dev - Fix missing blueprint dependency.
* Dev - WordPress 6.7 Compatibility: Fix the issue that E2E test can't log in to wp-admin.
* Tweak - WC 9.4 compatibility.
* Tweak - WP 6.7 compatibility.

= 2.1.7 - 2024-09-05 =
* Tweak - WC 9.3.0 compatibility.

= 2.1.6 - 2024-08-14 =
* Tweak - WC 9.2.0 compatibility.

= 2.1.5 - 2024-07-09 =
* Tweak - WC 9.1 compatibility.
* Tweak - WP 6.6 compatibility.

[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-google-analytics-integration/trunk/changelog.txt).
8 changes: 4 additions & 4 deletions woocommerce-google-analytics-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages.
* Author: WooCommerce
* Author URI: https://woocommerce.com
* Version: 2.1.7
* Version: 2.1.8
* WC requires at least: 8.4
* WC tested up to: 9.3.0
* WC tested up to: 9.4
* Requires at least: 6.2
* Requires Plugins: woocommerce
* Tested up to: 6.6
* Tested up to: 6.7
* License: GPLv2 or later
* Text Domain: woocommerce-google-analytics-integration
* Domain Path: languages/
Expand All @@ -24,7 +24,7 @@

if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {

define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.7' ); // WRCS: DEFINED_VERSION.
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.8' ); // WRCS: DEFINED_VERSION.
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '6.8' );

// Maybe show the GA Pro notice on plugin activation.
Expand Down