From 3289ab5251d762e36fdbd0f7a9280f537e740744 Mon Sep 17 00:00:00 2001 From: kagg-design Date: Tue, 7 Nov 2023 22:48:16 +0300 Subject: [PATCH] Bump up version. --- hcaptcha.php | 4 ++-- readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hcaptcha.php b/hcaptcha.php index 921ae2b3..5f91013e 100644 --- a/hcaptcha.php +++ b/hcaptcha.php @@ -10,7 +10,7 @@ * Plugin Name: hCaptcha for WordPress * 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: 3.4.0 + * Version: 3.4.1 * Requires at least: 5.0 * Requires PHP: 7.0 * Author: hCaptcha @@ -39,7 +39,7 @@ /** * Plugin version. */ -const HCAPTCHA_VERSION = '3.4.0'; +const HCAPTCHA_VERSION = '3.4.1'; /** * Path to the plugin dir. diff --git a/readme.txt b/readme.txt index 14a4b735..a8304555 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: captcha, hcaptcha, recaptcha, spam, abuse Requires at least: 5.0 Tested up to: 6.4 Requires PHP: 7.0.0 -Stable tag: 3.4.0 +Stable tag: 3.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -532,7 +532,7 @@ Instructions for popular native integrations are below: == Changelog == -= 3.4.0 = += 3.4.1 = * Tested with WordPress 6.4. * Tested with WooCommerce 8.2. * Added MailPoet integration.