From ecc32b59071defcf6b8d4b366e52b4b9d0f8f0db Mon Sep 17 00:00:00 2001 From: kagg-design Date: Tue, 9 Jul 2024 20:09:42 +0300 Subject: [PATCH] Bump up version. --- hcaptcha.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hcaptcha.php b/hcaptcha.php index 3715f0b8..68482a8e 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.3.0 + * Version: 4.3.1 * Requires at least: 5.3 * Requires PHP: 7.2 * Author: hCaptcha @@ -39,7 +39,7 @@ /** * Plugin version. */ -const HCAPTCHA_VERSION = '4.3.0'; +const HCAPTCHA_VERSION = '4.3.1'; /** * Path to the plugin dir. diff --git a/readme.txt b/readme.txt index 0ea9dd65..23a2fcb4 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: captcha, hcaptcha, antispam, abuse, protect form Requires at least: 5.3 Tested up to: 6.6 Requires PHP: 7.2 -Stable tag: 4.2.1 +Stable tag: 4.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html