From 83b1f90b535df8392c83c2cbb1b68c9764b98802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A0Ja=CC=81n=20Mikla=CC=81s=CC=8C?= Date: Thu, 27 Feb 2025 08:06:51 +0100 Subject: [PATCH] Bump WooCommerce minimum version to 9.6 [MAILPOET-6490] --- .circleci/config.yml | 2 +- mailpoet/mailpoet.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1bd2fe6a84..08deb5db0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -197,7 +197,7 @@ jobs: - run: name: Download additional WP Plugins for tests command: | - ./do download:woo-commerce-zip 9.6.2 + ./do download:woo-commerce-zip 9.7.0 ./do download:woo-commerce-subscriptions-zip 7.2.1 ./do download:woo-commerce-memberships-zip 1.26.5 ./do download:automate-woo-zip 6.1.7 diff --git a/mailpoet/mailpoet.php b/mailpoet/mailpoet.php index f1ca3e559a..2ef5205b83 100644 --- a/mailpoet/mailpoet.php +++ b/mailpoet/mailpoet.php @@ -11,8 +11,8 @@ * Text Domain: mailpoet * Domain Path: /lang * - * WC requires at least: 9.5.1 - * WC tested up to: 9.6.0 + * WC requires at least: 9.6.2 + * WC tested up to: 9.7.0 * * @package WordPress * @author MailPoet @@ -28,7 +28,7 @@ $mailpoetPlugin = [ ]; const MAILPOET_MINIMUM_REQUIRED_WP_VERSION = '6.6'; // L-1 version, not the latest -const MAILPOET_MINIMUM_REQUIRED_WOOCOMMERCE_VERSION = '9.5'; // L-1 version, not the latest +const MAILPOET_MINIMUM_REQUIRED_WOOCOMMERCE_VERSION = '9.6'; // L-1 version, not the latest // Display WP version error notice