From ee348d67edc15ececcbf9dc59fbebbb391b10a7e Mon Sep 17 00:00:00 2001 From: Mauricio Astudillo Toledo Date: Wed, 4 Dec 2024 16:23:13 -0300 Subject: [PATCH] feat: update minimum woocommerce tested version --- plugin/webpay-rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/webpay-rest.php b/plugin/webpay-rest.php index 0b6b267..bf128c4 100644 --- a/plugin/webpay-rest.php +++ b/plugin/webpay-rest.php @@ -36,7 +36,7 @@ * Author: TransbankDevelopers * Author URI: https://www.transbank.cl * WC requires at least: 7.0 - * WC tested up to: 8.9.1 + * WC tested up to: 9.4.3 */ require_once plugin_dir_path(__FILE__) . 'vendor/autoload.php';