Skip to content

Commit

Permalink
Merge branch 'hotfix-0.18.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chesio committed Dec 29, 2021
2 parents d82f497 + 7609008 commit fa4ba5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bc-security.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* Author URI: https://www.chesio.com
* Requires PHP: 7.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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',
];


Expand Down

0 comments on commit fa4ba5d

Please sign in to comment.