Skip to content

Commit 73d7a8b

Browse files
committed
bump version to v0.5.4
1 parent 0b1be5c commit 73d7a8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crowdsec.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/crowdsecurity/cs-wordpress-bouncer
55
* Description: Safer Together. Protect your WordPress application with CrowdSec.
66
* 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
7-
* Version: 0.5.3
7+
* Version: 0.5.4
88
* Author: CrowdSec
99
* Author URI: https://www.crowdsec.net/
1010
* Github: https://github.com/crowdsecurity/cs-wordpress-blocker
@@ -13,7 +13,7 @@
1313
* Requires PHP: 7.2
1414
* Requires at least: 4.9
1515
* Tested up to: 5.6
16-
* Stable tag: 0.5.3
16+
* Stable tag: 0.5.4
1717
* Text Domain: crowdsec-wp
1818
* First release: 2021.
1919
*/

inc/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
define('CROWDSEC_CAPTCHA_TECHNOLOGY_LOCAL', 'local');
1818
define('CROWDSEC_CAPTCHA_TECHNOLOGY_RECAPTCHA', 'recaptcha');
1919

20-
define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v0.5.3');
20+
define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v0.5.4');

0 commit comments

Comments
 (0)