Skip to content

Commit

Permalink
Update woocommerce-square.php
Browse files Browse the repository at this point in the history
  • Loading branch information
qasumitbagthariya committed Aug 29, 2024
1 parent 0dedd98 commit 3bce9d7
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: 9.0
* WC tested up to: 9.2
* WC requires at least: 9.3
* WC tested up to: 9.1
*/

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 = '9.0';
const MINIMUM_WC_VERSION = '9.1';

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

0 comments on commit 3bce9d7

Please sign in to comment.