We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e104e0 + eeefaaa commit 5aec672Copy full SHA for 5aec672
woocommerce-square.php
@@ -22,8 +22,8 @@
22
* @copyright Copyright (c) 2019, Automattic, Inc.
23
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0 or later
24
*
25
- * WC requires at least: 9.5
26
- * WC tested up to: 9.7
+ * WC requires at least: 9.6
+ * WC tested up to: 9.8
27
*/
28
29
defined( 'ABSPATH' ) || exit;
@@ -55,7 +55,7 @@ class WooCommerce_Square_Loader {
55
const MINIMUM_WP_VERSION = '6.6';
56
57
/** minimum WooCommerce version required by this plugin */
58
- const MINIMUM_WC_VERSION = '9.5';
+ const MINIMUM_WC_VERSION = '9.6';
59
60
/**
61
* SkyVerge plugin framework version used by this plugin
0 commit comments