Skip to content

Commit 8e27cd6

Browse files
committed
Revert "Version bumps and changelogs via woorelease"
This reverts commit fb6882e.
1 parent 09ed0db commit 8e27cd6

File tree

6 files changed

+8
-20
lines changed

6 files changed

+8
-20
lines changed

changelog.txt

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

3-
= 3.0.0 - 2025-06-13 =
4-
* Add - API Push/Pull Sync control endpoint Implementation.
5-
* Add - Price Benchmarks: Competitive pricing analysis and price recommendations from Google.
6-
* Dev - Enhance test-proxy support for Price Benchmarks responses.
7-
* Tweak - WC 9.9 compatibility.
8-
93
= 2.9.13 - 2025-04-29 =
104
* Update - Revert the changes related to the Grant API Pull Access in Onboarding feature made in version 2.9.12.
115

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: 2.9.13
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: 9.8
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', '2.9.13' ); // 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": "2.9.13",
55
"description": "Google for WooCommerce",
66
"author": "Automattic",
77
"license": "GPL-3.0-or-later",

readme.txt

Lines changed: 1 addition & 7 deletions
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: 2.9.13
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

141141
== Changelog ==
142142

143-
= 3.0.0 - 2025-06-13 =
144-
* Add - API Push/Pull Sync control endpoint Implementation.
145-
* Add - Price Benchmarks: Competitive pricing analysis and price recommendations from Google.
146-
* Dev - Enhance test-proxy support for Price Benchmarks responses.
147-
* Tweak - WC 9.9 compatibility.
148-
149143
= 2.9.13 - 2025-04-29 =
150144
* Update - Revert the changes related to the Grant API Pull Access in Onboarding feature made in version 2.9.12.
151145

src/API/Site/Controllers/RestAPI/SyncController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*
5959
* @package Automattic\WooCommerce\GoogleListingsAndAds\API\Site\Controllers\RestAPI
6060
*
61-
* @since 3.0.0
61+
* @since x.x.x
6262
*/
6363
class SyncController extends BaseOptionsController {
6464

0 commit comments

Comments
 (0)