From 77e7717af93ededa4730bccb985a3ac06da4d0f6 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Thu, 18 Aug 2022 10:18:33 +0900 Subject: [PATCH] feat(*): Prepare release 1.8.1 --- CHANGELOG.md | 5 +++++ crowdsec.php | 4 ++-- inc/Constants.php | 2 +- readme.txt | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7788a..552f259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.8.1] - 2022-08-18 + +### Fixed +- Set missing default values in settings + ## [1.8.0] - 2022-08-04 ### Added diff --git a/crowdsec.php b/crowdsec.php index ff83b0b..5d6e114 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.8.0 + * Version: 1.8.1 * 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: 6.0 - * Stable tag: 1.8.0 + * Stable tag: 1.8.1 * Text Domain: crowdsec-wp * First release: 2021. */ diff --git a/inc/Constants.php b/inc/Constants.php index d979f6b..1838c2f 100644 --- a/inc/Constants.php +++ b/inc/Constants.php @@ -22,7 +22,7 @@ class Constants extends LibConstants public const CROWDSEC_DEBUG_LOG_PATH = __DIR__ . '/../logs/debug.log'; public const CROWDSEC_CACHE_PATH = __DIR__ . '/../.cache'; public const CROWDSEC_CONFIG_PATH = __DIR__ . '/standalone-settings.php'; - public const CROWDSEC_BOUNCER_USER_AGENT = 'WordPress CrowdSec Bouncer/v1.8.0'; + public const CROWDSEC_BOUNCER_USER_AGENT = 'WordPress CrowdSec Bouncer/v1.8.1'; public const CROWDSEC_BOUNCER_GEOLOCATION_DIR = __DIR__ . '/../geolocation'; } diff --git a/readme.txt b/readme.txt index ed5a47a..9e52188 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: 6.0 -Stable tag: 1.8.0 +Stable tag: 1.8.1 Requires PHP: 7.2 License: MIT License URI: https://opensource.org/licenses/MIT