From e83c0ff0bdd0221d2e58aa95cc97b734a0a059b0 Mon Sep 17 00:00:00 2001 From: mrcasual Date: Mon, 12 Jun 2017 09:44:01 -0400 Subject: [PATCH] Updates minimum required "release version" from 3 to 30 --- mailpoet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailpoet.php b/mailpoet.php index 85596bf1fc..285436f30a 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -36,7 +36,7 @@ function mailpoet_deactivate_plugin() { } // Check for minimum supported PHP version -if(version_compare(phpversion(), '5.3.3', '<')) { +if(version_compare(phpversion(), '5.3.30', '<')) { add_action('admin_notices', 'mailpoet_php_version_notice'); // deactivate the plugin add_action('admin_init', 'mailpoet_deactivate_plugin');