Skip to content

Commit f0d4396

Browse files
committed
Release: version bumps and changelog updates
1 parent 93ebed1 commit f0d4396

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

changelog.txt

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

3-
= 3.5.1 - 2025-12-10 =
4-
* Add - EU political content confirmation checkbox for EU-based advertisers.
5-
* Fix - Button misaligned after navigating between tabs.
6-
* Fix - Correct the product edit URL to properly handle product variations in the Price Benchmark modal.
7-
* Fix - Fill missing intervals in products chart.
8-
* Fix - Prevent “Free Listings” from being automatically added after unselecting all campaigns in the comparison filter.
9-
* Fix - Setup enhanced conversion data when gtag is added by the Google Analytics extension.
10-
* Tweak - Make it possible to complete the onboarding flow using a site URL with paths.
11-
* Tweak - WC 10.4 compatibility.
12-
* Tweak - WP 6.9 compatibility.
13-
* Update - Modify `wc/gla/tours` API endpoint to retrieve all tours at once.
3+
= 3.5.2 - 2026-01-29 =
4+
* Add - Sorting functionality in `AllProgramsTableCard` to allow users to reorder columns by key attributes.
5+
* Fix - Resolve an issue where website claim conflicts were not detected correctly during Google Merchant Center account setup in the onboarding flow.
6+
* Update - Add `timeZone` and `languageCode` fields to create-merchant request for Merchant API compatibility.
7+
* Update - Allow legacy conversion events to be disabled via a filter.
148

159
= 3.5.0 - 2025-11-04 =
1610
* Add - Additional options to the skip paid ads survey.

google-listings-and-ads.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Google for WooCommerce
44
* Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/
55
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
6-
* Version: 3.5.1
6+
* Version: 3.5.2
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com/
99
* Text Domain: google-listings-and-ads
@@ -33,7 +33,7 @@
3333

3434
defined( 'ABSPATH' ) || exit;
3535

36-
define( 'WC_GLA_VERSION', '3.5.1' ); // WRCS: DEFINED_VERSION.
36+
define( 'WC_GLA_VERSION', '3.5.2' ); // WRCS: DEFINED_VERSION.
3737
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
3838
define( 'WC_GLA_MIN_WC_VER', '10.1' );
3939

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": "google-listings-and-ads",
33
"title": "Google for WooCommerce",
4-
"version": "3.5.1",
4+
"version": "3.5.2",
55
"description": "Google for WooCommerce",
66
"author": "Automattic",
77
"license": "GPL-3.0-or-later",

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 6.6
55
Tested up to: 6.9
66
Requires PHP: 7.4
77
Requires PHP Architecture: 64 Bits
8-
Stable tag: 3.5.1
8+
Stable tag: 3.5.2
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -140,6 +140,12 @@ To allow your products to appear in all relevant locations, make sure you’ve c
140140

141141
== Changelog ==
142142

143+
= 3.5.2 - 2026-01-29 =
144+
* Add - Sorting functionality in `AllProgramsTableCard` to allow users to reorder columns by key attributes.
145+
* Fix - Resolve an issue where website claim conflicts were not detected correctly during Google Merchant Center account setup in the onboarding flow.
146+
* Update - Add `timeZone` and `languageCode` fields to create-merchant request for Merchant API compatibility.
147+
* Update - Allow legacy conversion events to be disabled via a filter.
148+
143149
= 3.5.1 - 2025-12-10 =
144150
* Add - EU political content confirmation checkbox for EU-based advertisers.
145151
* Fix - Button misaligned after navigating between tabs.

0 commit comments

Comments
 (0)