From b06965af4253d6a1e1ee4d7a03bbdcebf80f31cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Ceslav=20Przywara?= Date: Fri, 25 Oct 2024 11:13:12 +0200 Subject: [PATCH] Mark the plugin as tested with WordPress 6.7 Fixes #162. --- CHANGELOG.md | 1 + bc-security.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7853218..5a3b353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This release has been tested with PHP 8.4. ### Added * Plugin has been tested with PHP 8.4 [#163](https://github.com/chesio/bc-security/issues/163). +* Plugin has been tested with WordPress 6.7 [#162](https://github.com/chesio/bc-security/issues/162). ### Changed diff --git a/bc-security.php b/bc-security.php index 8822f32..9f27d0d 100644 --- a/bc-security.php +++ b/bc-security.php @@ -9,7 +9,7 @@ * Author URI: https://www.chesio.com * Requires PHP: 8.1 * Requires at least: 6.4 - * Tested up to: 6.6 + * Tested up to: 6.7 * Text Domain: bc-security * GitHub Plugin URI: https://github.com/chesio/bc-security * Update URI: https://github.com/chesio/bc-security