Switch to L1 policy
[MAILPOET-5527]
This commit is contained in:
@ -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
|
||||
|
@ -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__));
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user