From 8f2d19f70eababab3fdb94e430c267da9269ce39 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Thu, 2 Dec 2021 14:16:10 +0900 Subject: [PATCH] chore(*): bump version to v1.1.2 --- crowdsec.php | 4 ++-- inc/constants.php | 2 +- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crowdsec.php b/crowdsec.php index 737c2f4..3fc2f81 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.1 + * Version: 1.1.2 * 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.1 + * Stable tag: 1.1.2 * Text Domain: crowdsec-wp * First release: 2021. */ diff --git a/inc/constants.php b/inc/constants.php index 49a3cd0..944eee6 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.1'); + define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v1.1.2'); } } diff --git a/readme.txt b/readme.txt index 8faf1fb..3719665 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.1 +Stable tag: 1.1.2 Requires PHP: 7.2 License: MIT License URI: https://opensource.org/licenses/MIT