diff --git a/crowdsec.php b/crowdsec.php index 3fc2f81..3f313c0 100644 --- a/crowdsec.php +++ b/crowdsec.php @@ -4,7 +4,7 @@ * 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: 1.1.2 + * Version: 1.2.0 * Author: CrowdSec * Author URI: https://www.crowdsec.net/ * Github: https://github.com/crowdsecurity/cs-wordpress-blocker @@ -13,7 +13,7 @@ * Requires PHP: 7.2 * Requires at least: 4.9 * Tested up to: 5.7 - * Stable tag: 1.1.2 + * Stable tag: 1.2.0 * Text Domain: crowdsec-wp * First release: 2021. */ diff --git a/inc/constants.php b/inc/constants.php index 944eee6..fd48fc0 100644 --- a/inc/constants.php +++ b/inc/constants.php @@ -7,6 +7,6 @@ function crowdsecDefineConstants(string $crowdsecRandomLogFolder) define('CROWDSEC_DEBUG_LOG_PATH', __DIR__."/../logs/$crowdsecRandomLogFolder/debug.log"); define('CROWDSEC_CACHE_PATH', __DIR__.'/../.cache'); define('CROWDSEC_CONFIG_PATH', __DIR__.'/standalone-settings.php'); - define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v1.1.2'); + define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v1.2.0'); } } diff --git a/readme.txt b/readme.txt index 3719665..6cc56b0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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 Requires at least: 4.9 Tested up to: 5.8 -Stable tag: 1.1.2 +Stable tag: 1.2.0 Requires PHP: 7.2 License: MIT License URI: https://opensource.org/licenses/MIT