From 41684985cfc2526ca3ee4609c096aab7a15a85b6 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 12 Mar 2020 11:38:03 -0300 Subject: [PATCH] Update "WC tested up to" tag (https://github.com/woocommerce/woocommerce-admin/pull/3879) This commit updates the "WC tested up to" tag to the latest WooCommerce core version to avoid showing an erroneous message to the users in the WooCommerce core system status page saying that WC Admin is not tested with the latest WC version. --- plugins/woocommerce-admin/woocommerce-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/woocommerce-admin.php b/plugins/woocommerce-admin/woocommerce-admin.php index 6de260dafb5..e3be192417a 100755 --- a/plugins/woocommerce-admin/woocommerce-admin.php +++ b/plugins/woocommerce-admin/woocommerce-admin.php @@ -12,7 +12,7 @@ * Requires PHP: 5.6.20 * * WC requires at least: 3.6.0 - * WC tested up to: 3.9.1 + * WC tested up to: 4.0.0 * * @package WC_Admin */