diff --git a/hcaptcha.php b/hcaptcha.php index 93f28af3..d794d01a 100644 --- a/hcaptcha.php +++ b/hcaptcha.php @@ -10,7 +10,7 @@ * Plugin Name: hCaptcha for WP * Plugin URI: https://www.hcaptcha.com/ * Description: hCaptcha keeps out bots and spam while putting privacy first. It is a drop-in replacement for reCAPTCHA. - * Version: 4.7.0-RC1 + * Version: 4.7.0-RC2 * Requires at least: 5.3 * Requires PHP: 7.2 * Author: hCaptcha @@ -39,7 +39,7 @@ /** * Plugin version. */ -const HCAPTCHA_VERSION = '4.7.0-RC1'; +const HCAPTCHA_VERSION = '4.7.0-RC2'; /** * Path to the plugin dir. diff --git a/readme.txt b/readme.txt index 16988e5d..71dcd95a 100644 --- a/readme.txt +++ b/readme.txt @@ -574,7 +574,7 @@ Instructions for popular native integrations are below: * Added compatibility with WordPress Recovery Mode. * Added compatibility with Akismet tag in Contact Form 7. * Fixed racing condition when loading hCaptcha API. -* Fixed problem with sending a Ninja form with solved hCaptcha. +* Fixed sending a Ninja form with solved hCaptcha. * Fixed non-active hCaptcha when editing a page containing a Forminator form. * Fixed launching notifications script on every admin page.