We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90b22d commit 87930ddCopy full SHA for 87930dd
crowdsec.php
@@ -13,7 +13,7 @@
13
* Requires PHP: 7.2
14
* Requires at least: 4.9
15
* Tested up to: 5.6
16
- * Stable tag: 0.5.1
+ * Stable tag: 0.5.2
17
* Text Domain: crowdsec-wp
18
* First release: 2021.
19
*/
inc/constants.php
@@ -17,4 +17,4 @@
define('CROWDSEC_CAPTCHA_TECHNOLOGY_LOCAL', 'local');
define('CROWDSEC_CAPTCHA_TECHNOLOGY_RECAPTCHA', 'recaptcha');
20
-define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v0.5.1');
+define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v0.5.2');
0 commit comments