Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== WooCommerce Square ===
Contributors: woocommerce, automattic
Tags: credit card, square, woocommerce, inventory sync
Requires at least: 6.5
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 5.1.2
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-square.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Requires Plugins: woocommerce
* Version: 5.1.2
* Plugin URI: https://woocommerce.com/products/square/
* Requires at least: 6.5
* Requires at least: 6.7
* Tested up to: 6.9
* Requires PHP: 7.4
* PHP tested up to: 8.4
Expand All @@ -22,7 +22,7 @@
* @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: 10.1
* WC requires at least: 10.2
* WC tested up to: 10.4
*/

Expand Down Expand Up @@ -63,7 +63,7 @@ class WooCommerce_Square_Loader {
const MINIMUM_WP_VERSION = '6.7';

/** minimum WooCommerce version required by this plugin */
const MINIMUM_WC_VERSION = '10.1';
const MINIMUM_WC_VERSION = '10.2';

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