Skip to content

Bump required WordPress to 6.6 and WooCommerce to 9.7 #2998

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ If you have a WooCommerce.com account, you can [start a chat or open a ticket on

We aim to support the latest two minor versions of WordPress, WooCommerce, and PHP. (L-2 policy)

- WordPress 6.1+
- WooCommerce 7.9+
- WordPress 6.6+
- WooCommerce 9.7+
- PHP 7.4+ (64 bits)

### Browsers supported
Expand Down
6 changes: 3 additions & 3 deletions google-listings-and-ads.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
* Author: WooCommerce
* Author URI: https://woocommerce.com/
* Text Domain: google-listings-and-ads
* Requires at least: 6.1
* Requires at least: 6.6
* Tested up to: 6.8
* Requires PHP: 7.4
* Requires PHP Architecture: 64 bits
* Requires Plugins: woocommerce
* WC requires at least: 7.9
* WC requires at least: 9.7
* WC tested up to: 10.0
* Woo:
*
Expand All @@ -35,7 +35,7 @@

define( 'WC_GLA_VERSION', '3.1.0' ); // WRCS: DEFINED_VERSION.
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
define( 'WC_GLA_MIN_WC_VER', '7.9' );
define( 'WC_GLA_MIN_WC_VER', '9.7' );

// Load and initialize the autoloader.
require_once __DIR__ . '/src/Autoloader.php';
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Generally-applicable sniffs for WordPress plugins</description>

<!-- Set the minimum WP version -->
<config name="minimum_supported_wp_version" value="6.1"/>
<config name="minimum_supported_wp_version" value="6.6"/>

<rule ref="WordPress">
<!-- We don't require conforming to WP file naming -->
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Google for WooCommerce ===
Contributors: automattic, google, woocommerce
Tags: woocommerce, google, product feed, ads, listings
Requires at least: 6.1
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Requires PHP Architecture: 64 Bits
Expand Down Expand Up @@ -51,8 +51,8 @@ Once you’re running Google Ads campaigns, the Google tag feature in the extens

= Minimum Requirements =

* WordPress 6.1 or greater
* WooCommerce 7.9 or greater
* WordPress 6.6 or greater
* WooCommerce 9.7 or greater
* PHP version 7.4 or greater
* PHP Architecture 64 bits
* MySQL version 5.6 or greater
Expand Down
2 changes: 1 addition & 1 deletion tests/phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Generally-applicable sniffs for WordPress plugins</description>

<!-- Set the minimum WP version -->
<config name="minimum_supported_wp_version" value="6.1"/>
<config name="minimum_supported_wp_version" value="6.6"/>

<rule ref="WordPress">
<!-- We don't require conforming to WP file naming -->
Expand Down