Skip to content

Commit c574fb9

Browse files
committed
bump version to v0.3.0
1 parent 43daaa0 commit c574fb9

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,13 +4,13 @@
44
Plugin URI: https://www.crowdsec.net/
55
Description: Safer Together. Protect your WordPress application with CrowdSec.
66
Tags: security, firewall, malware scanner, two factor authentication, captcha, waf, web app firewall, mfa, 2fa
7-
Version 0.2.0
7+
Version 0.3.0
88
Author: CrowdSec
99
Author URI: https://www.crowdsec.net/
1010
Github: https://github.com/crowdsecurity/cs-wordpress-blocker
1111
License: MIT
1212
Requires PHP: 7.2
13-
Stable tag: 0.2.0
13+
Stable tag: 0.3.0
1414
Text Domain: crowdsec-wp
1515
*/
1616

inc/constants.php

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

18-
define('CROWDSEC_BOUNCER_USER_AGENT', 'Wordpress CrowdSec Bouncer/v0.2.0');
18+
define('CROWDSEC_BOUNCER_USER_AGENT', 'Wordpress CrowdSec Bouncer/v0.3.0');

0 commit comments

Comments
 (0)