diff --git a/CHANGELOG.md b/CHANGELOG.md index 0960029..1d5d8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ WordPress 6.4 or newer is now required! ### Added * Disable autoloading of plugin options when plugin is deactivated [#160](https://github.com/chesio/bc-security/issues/160). +* Plugin has been tested with WordPress 6.6 [#157](https://github.com/chesio/bc-security/issues/157). ### Changed diff --git a/bc-security.php b/bc-security.php index f82933a..6ac5c47 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.5 + * Tested up to: 6.6 * Text Domain: bc-security * GitHub Plugin URI: https://github.com/chesio/bc-security * Update URI: https://github.com/chesio/bc-security