From 1c29ce1cf57a8da60cec422fcab3b6fe1e4eddd5 Mon Sep 17 00:00:00 2001 From: David Remer Date: Mon, 14 Aug 2023 08:11:50 +0300 Subject: [PATCH] Switch to L1 policy [MAILPOET-5527] --- .circleci/config.yml | 6 +++--- mailpoet/mailpoet.php | 8 ++++---- mailpoet/readme.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce36923648..990b9b7e8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -948,7 +948,7 @@ workflows: - acceptance_tests: <<: *slack-fail-post-step name: acceptance_oldest - woo_core_version: 7.8.0 + woo_core_version: 7.9.0 woo_subscriptions_version: 4.3.0 woo_memberships_version: 1.21.0 woo_blocks_version: 6.8.0 @@ -956,7 +956,7 @@ workflows: mysql_command: --max_allowed_packet=100M --default-storage-engine=MYISAM mysql_image: mysql:5.5 codeception_image_version: 7.4-cli_20220605.0 - wordpress_image_version: wp-6.1_php8.0_20201122.1 + wordpress_image_version: wp-6.2_php8.0_20230425.1 requires: - build - performance_tests: @@ -986,7 +986,7 @@ workflows: - integration_tests: <<: *slack-fail-post-step name: integration_oldest - woo_core_version: 7.8.0 + woo_core_version: 7.9.0 woo_subscriptions_version: 4.3.0 woo_memberships_version: 1.21.0 woo_blocks_version: 6.8.0 diff --git a/mailpoet/mailpoet.php b/mailpoet/mailpoet.php index e15aac2374..f3bfff2784 100644 --- a/mailpoet/mailpoet.php +++ b/mailpoet/mailpoet.php @@ -7,11 +7,11 @@ * Description: Create and send newsletters, post notifications and welcome emails from your WordPress. * Author: MailPoet * Author URI: https://www.mailpoet.com - * Requires at least: 6.1 + * Requires at least: 6.2 * Text Domain: mailpoet * Domain Path: /lang * - * WC requires at least: 7.8.0 + * WC requires at least: 7.9.0 * WC tested up to: 8.0.0 * * @package WordPress @@ -27,8 +27,8 @@ $mailpoetPlugin = [ 'initializer' => dirname(__FILE__) . '/mailpoet_initializer.php', ]; -const MAILPOET_MINIMUM_REQUIRED_WP_VERSION = '6.1'; -const MAILPOET_MINIMUM_REQUIRED_WOOCOMMERCE_VERSION = '7.8';// Older versions lead to fatal errors +const MAILPOET_MINIMUM_REQUIRED_WP_VERSION = '6.2'; +const MAILPOET_MINIMUM_REQUIRED_WOOCOMMERCE_VERSION = '7.9';// Older versions lead to fatal errors function mailpoet_deactivate_plugin() { deactivate_plugins(plugin_basename(__FILE__)); diff --git a/mailpoet/readme.txt b/mailpoet/readme.txt index 7e38a26479..9a234780e6 100644 --- a/mailpoet/readme.txt +++ b/mailpoet/readme.txt @@ -1,7 +1,7 @@ === MailPoet - Newsletters, Email Marketing, and Automation === Contributors: mailpoet, woocommerce, automattic Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers -Requires at least: 6.1 +Requires at least: 6.2 Tested up to: 6.3 Stable tag: 4.24.0 Requires PHP: 7.3