We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9cb55 commit 992f366Copy full SHA for 992f366
hcaptcha.php
@@ -10,7 +10,7 @@
10
* Plugin Name: hCaptcha for WP
11
* Plugin URI: https://www.hcaptcha.com/
12
* Description: hCaptcha keeps out bots and spam while putting privacy first. It is a drop-in replacement for reCAPTCHA.
13
- * Version: 4.20.0
+ * Version: 4.21.0-RC1
14
* Requires at least: 5.3
15
* Requires PHP: 7.2
16
* Author: hCaptcha
@@ -39,7 +39,7 @@
39
/**
40
* Plugin version.
41
*/
42
-const HCAPTCHA_VERSION = '4.20.0';
+const HCAPTCHA_VERSION = '4.21.0-RC1';
43
44
45
* Path to the plugin dir.
0 commit comments