From 11743ddcd4bee10eb0cc4682b331aa6094e701c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A0Ja=CC=81n=20Mikla=CC=81s=CC=8C?= Date: Mon, 6 Jan 2025 13:10:33 +0100 Subject: [PATCH] Add comment to clarify which versions we support [MAILPOET-6406] --- mailpoet/mailpoet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailpoet/mailpoet.php b/mailpoet/mailpoet.php index 6104b75609..34f108ff5b 100644 --- a/mailpoet/mailpoet.php +++ b/mailpoet/mailpoet.php @@ -27,8 +27,8 @@ $mailpoetPlugin = [ 'initializer' => dirname(__FILE__) . '/mailpoet_initializer.php', ]; -const MAILPOET_MINIMUM_REQUIRED_WP_VERSION = '6.6'; -const MAILPOET_MINIMUM_REQUIRED_WOOCOMMERCE_VERSION = '9.3'; +const MAILPOET_MINIMUM_REQUIRED_WP_VERSION = '6.6'; // L-1 version, not the latest +const MAILPOET_MINIMUM_REQUIRED_WOOCOMMERCE_VERSION = '9.3'; // L-1 version, not the latest // Display WP version error notice