Skip to content

Commit d7bb46e

Browse files
committed
Bump version numbers and generate changelog
1 parent 75716cd commit d7bb46e

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

changelog.txt

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

3+
= 3.1.0 - 2025-06-27 =
4+
* Add – /wc/gla/connect endpoint for Google-triggered account linking.
5+
* Add – Notice to gather feedback and request ratings from merchants.
6+
* Fix - The API error of querying campaign assets by an invalid ID after saving a campaign with assets.
7+
* Dev – Optimize E2E tests for Price Benchmarks.
8+
* Add – Reintroduce account:connect functionality for Google account linking.
9+
* Tweak - WC 10.0 compatibility.
10+
311
= 3.0.0 - 2025-06-17 =
412
* Add - API Push/Pull Sync control endpoint Implementation.
513
* Add - Price Benchmarks: Competitive pricing analysis and price recommendations from Google.

google-listings-and-ads.php

Lines changed: 3 additions & 3 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.0.0
6+
* Version: 3.1.0
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com/
99
* Text Domain: google-listings-and-ads
@@ -13,7 +13,7 @@
1313
* Requires PHP Architecture: 64 bits
1414
* Requires Plugins: woocommerce
1515
* WC requires at least: 7.9
16-
* WC tested up to: 9.9
16+
* WC tested up to: 10.0
1717
* Woo:
1818
*
1919
* License: GPLv3
@@ -33,7 +33,7 @@
3333

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

36-
define( 'WC_GLA_VERSION', '3.0.0' ); // WRCS: DEFINED_VERSION.
36+
define( 'WC_GLA_VERSION', '3.1.0' ); // WRCS: DEFINED_VERSION.
3737
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
3838
define( 'WC_GLA_MIN_WC_VER', '7.9' );
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.0.0",
4+
"version": "3.1.0",
55
"description": "Google for WooCommerce",
66
"author": "Automattic",
77
"license": "GPL-3.0-or-later",

readme.txt

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

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

141141
== Changelog ==
142142

143+
= 3.1.0 - 2025-06-27 =
144+
* Add – /wc/gla/connect endpoint for Google-triggered account linking.
145+
* Add – Notice to gather feedback and request ratings from merchants.
146+
* Fix - The API error of querying campaign assets by an invalid ID after saving a campaign with assets.
147+
* Dev – Optimize E2E tests for Price Benchmarks.
148+
* Add – Reintroduce account:connect functionality for Google account linking.
149+
* Tweak - WC 10.0 compatibility.
150+
143151
= 3.0.0 - 2025-06-17 =
144152
* Add - API Push/Pull Sync control endpoint Implementation.
145153
* Add - Price Benchmarks: Competitive pricing analysis and price recommendations from Google.

0 commit comments

Comments
 (0)