diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fca05a..807d297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +--- + +## [2.6.2](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.6.2) - 2024-03-29 +[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.6.1...v2.6.2) + +### Fixed + +- Use `CrowdSecWordPressBouncer` namespace to avoid conflict with other plugins or themes + +--- + + ## [2.6.1](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.6.1) - 2024-03-14 [_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.6.0...v2.6.1) diff --git a/crowdsec.php b/crowdsec.php index b05d070..f9c461d 100644 --- a/crowdsec.php +++ b/crowdsec.php @@ -3,8 +3,8 @@ * Plugin Name: CrowdSec * Plugin URI: https://github.com/crowdsecurity/cs-wordpress-bouncer * Description: Safer Together. Protect your WordPress application with CrowdSec. - * Tags: crowdsec-bouncer, wordpress, security, firewall, captcha, ip-scanner, ip-blocker, ip-blocking, ip-address, ip-database, ip-range-check, crowdsec, ban-hosts, ban-management, anti-hacking, hacker-protection, captcha-image, captcha-generator, captcha-generation, captcha-service - * Version: 2.6.1 + * Tags: security, captcha, ip-blocker, crowdsec, hacker-protection + * Version: 2.6.2 * Author: CrowdSec * Author URI: https://www.crowdsec.net/ * Github: https://github.com/crowdsecurity/cs-wordpress-bouncer @@ -13,7 +13,7 @@ * Requires PHP: 7.2 * Requires at least: 4.9 * Tested up to: 6.4 - * Stable tag: 2.6.1 + * Stable tag: 2.6.2 * Text Domain: crowdsec-wp * First release: 2021. */ diff --git a/inc/Constants.php b/inc/Constants.php index afe182b..c517ed4 100644 --- a/inc/Constants.php +++ b/inc/Constants.php @@ -21,5 +21,5 @@ class Constants extends LibConstants public const DEFAULT_BASE_FILE_PATH = __DIR__ . '/../../../../wp-content/uploads/crowdsec/'; public const STANDALONE_CONFIG_PATH = __DIR__ . '/standalone-settings.php'; - public const VERSION = 'v2.6.1'; + public const VERSION = 'v2.6.2'; } diff --git a/readme.txt b/readme.txt index 290ff99..ce6bfd1 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === CrowdSec === Contributors: crowdsec Donate link: https://crowdsec.net/ -Tags: crowdsec-bouncer, wordpress, security, firewall, captcha, ip-scanner, ip-blocker, ip-blocking, ip-address, ip-database, ip-range-check, crowdsec, ban-hosts, ban-management, anti-hacking, hacker-protection, captcha-image, captcha-generator, captcha-generation, captcha-service +Tags: security, captcha, ip-blocker, crowdsec, hacker-protection Requires at least: 4.9 Tested up to: 6.4 -Stable tag: 2.6.1 +Stable tag: 2.6.2 Requires PHP: 7.2 License: MIT License URI: https://opensource.org/licenses/MIT