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

Bump WooCommerce "tested up to" version 9.8 #298

Merged
merged 2 commits into from
Mar 28, 2025
Merged
Changes from 1 commit
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: 3 additions & 3 deletions woocommerce-square.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* @copyright Copyright (c) 2019, Automattic, Inc.
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0 or later
*
* WC requires at least: 9.5
* WC tested up to: 9.7
* WC requires at least: 9.6
* WC tested up to: 9.8
*/

defined( 'ABSPATH' ) || exit;
Expand Down Expand Up @@ -55,7 +55,7 @@ class WooCommerce_Square_Loader {
const MINIMUM_WP_VERSION = '6.6';

/** minimum WooCommerce version required by this plugin */
const MINIMUM_WC_VERSION = '9.5';
const MINIMUM_WC_VERSION = '9.6';

/**
* SkyVerge plugin framework version used by this plugin
Expand Down
Loading