Skip to content

Commit

Permalink
Merge pull request #197 from woocommerce/comp-woo-9.2
Browse files Browse the repository at this point in the history
Bump WooCommerce "tested up to" version 9.2
  • Loading branch information
vikrampm1 committed Aug 23, 2024
2 parents 5ab926a + cfd3a02 commit 84a1af6
Showing 1 changed file with 3 additions and 3 deletions.
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: 8.9
* WC tested up to: 9.1
* WC requires at least: 9.0
* WC tested up to: 9.2
*/

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

/** minimum WooCommerce version required by this plugin */
const MINIMUM_WC_VERSION = '8.9';
const MINIMUM_WC_VERSION = '9.0';

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

0 comments on commit 84a1af6

Please sign in to comment.