Skip to content

Commit 5aec672

Browse files
authored
Merge pull request #298 from woocommerce/comp_9.8_beta
Bump WooCommerce "tested up to" version 9.8
2 parents 6e104e0 + eeefaaa commit 5aec672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

woocommerce-square.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* @copyright Copyright (c) 2019, Automattic, Inc.
2323
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0 or later
2424
*
25-
* WC requires at least: 9.5
26-
* WC tested up to: 9.7
25+
* WC requires at least: 9.6
26+
* WC tested up to: 9.8
2727
*/
2828

2929
defined( 'ABSPATH' ) || exit;
@@ -55,7 +55,7 @@ class WooCommerce_Square_Loader {
5555
const MINIMUM_WP_VERSION = '6.6';
5656

5757
/** minimum WooCommerce version required by this plugin */
58-
const MINIMUM_WC_VERSION = '9.5';
58+
const MINIMUM_WC_VERSION = '9.6';
5959

6060
/**
6161
* SkyVerge plugin framework version used by this plugin

0 commit comments

Comments
 (0)