From c58f1f4133f4e5bc2ac41357a4cc5224d968d9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Ceslav=20Przywara?= Date: Wed, 1 Dec 2021 12:05:20 +0100 Subject: [PATCH 1/3] Extend PHP version check with EOL date of PHP 8.1 See: #115 --- .../Security/Modules/Checklist/Checks/PhpVersionSupported.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/BlueChip/Security/Modules/Checklist/Checks/PhpVersionSupported.php b/classes/BlueChip/Security/Modules/Checklist/Checks/PhpVersionSupported.php index f8cd876..4088b87 100644 --- a/classes/BlueChip/Security/Modules/Checklist/Checks/PhpVersionSupported.php +++ b/classes/BlueChip/Security/Modules/Checklist/Checks/PhpVersionSupported.php @@ -13,6 +13,7 @@ class PhpVersionSupported extends Checklist\BasicCheck '7.3' => '2021-12-06', '7.4' => '2022-11-28', '8.0' => '2023-11-26', + '8.1' => '2024-11-25', ]; From 0388130733dcdc158adf381989557cbdd46910bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Ceslav=20Przywara?= Date: Wed, 29 Dec 2021 17:06:16 +0100 Subject: [PATCH 2/3] Remove EOL date for PHP 7.3 from PHP version check Fixes #115. --- .../Security/Modules/Checklist/Checks/PhpVersionSupported.php | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/BlueChip/Security/Modules/Checklist/Checks/PhpVersionSupported.php b/classes/BlueChip/Security/Modules/Checklist/Checks/PhpVersionSupported.php index 4088b87..4c3bff3 100644 --- a/classes/BlueChip/Security/Modules/Checklist/Checks/PhpVersionSupported.php +++ b/classes/BlueChip/Security/Modules/Checklist/Checks/PhpVersionSupported.php @@ -10,7 +10,6 @@ class PhpVersionSupported extends Checklist\BasicCheck * @var array List of supported PHP versions and their end-of-life dates */ private const SUPPORTED_VERSIONS = [ - '7.3' => '2021-12-06', '7.4' => '2022-11-28', '8.0' => '2023-11-26', '8.1' => '2024-11-25', From 76090081ca3daca55f265ed2ed69b4f545942cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Ceslav=20Przywara?= Date: Wed, 29 Dec 2021 17:10:51 +0100 Subject: [PATCH 3/3] Bump version to 0.18.1 --- bc-security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bc-security.php b/bc-security.php index 1aec4a4..427dc73 100644 --- a/bc-security.php +++ b/bc-security.php @@ -4,7 +4,7 @@ * Plugin Name: BC Security * Plugin URI: https://github.com/chesio/bc-security * Description: Helps keeping WordPress websites secure. - * Version: 0.18.0 + * Version: 0.18.1 * Author: Česlav Przywara * Author URI: https://www.chesio.com * Requires PHP: 7.3