From fffe7f2fb51265e111a888d97c22b54153c5287d Mon Sep 17 00:00:00 2001 From: kagg-design Date: Tue, 28 Jan 2025 23:51:24 +0300 Subject: [PATCH] Bump up to RC4. --- hcaptcha.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hcaptcha.php b/hcaptcha.php index e427673f..1995f0e7 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.10.0-RC3 + * Version: 4.10.0-RC4 * Requires at least: 5.3 * Requires PHP: 7.2 * Author: hCaptcha @@ -39,7 +39,7 @@ /** * Plugin version. */ -const HCAPTCHA_VERSION = '4.10.0-RC3'; +const HCAPTCHA_VERSION = '4.10.0-RC4'; /** * Path to the plugin dir.