From 301631ca8886fe107dd094754a85e4fabc894b5d Mon Sep 17 00:00:00 2001 From: merlinfuchs Date: Thu, 13 Jun 2024 10:52:22 +0200 Subject: [PATCH] prepare 1.14.4 --- friendly-captcha/friendly-captcha.php | 4 ++-- friendly-captcha/readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/friendly-captcha/friendly-captcha.php b/friendly-captcha/friendly-captcha.php index bc50048..8b3658e 100644 --- a/friendly-captcha/friendly-captcha.php +++ b/friendly-captcha/friendly-captcha.php @@ -3,7 +3,7 @@ /** * Plugin Name: Friendly Captcha for WordPress * Description: Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution. - * Version: 1.14.3 + * Version: 1.14.4 * Requires at least: 5.0 * Requires PHP: 7.3 * Author: Friendly Captcha GmbH @@ -19,7 +19,7 @@ die; } -define('FRIENDLY_CAPTCHA_VERSION', '1.14.3'); +define('FRIENDLY_CAPTCHA_VERSION', '1.14.4'); define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.12'); define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.7'); define('FRIENDLY_CAPTCHA_SUPPORTED_LANGUAGES', [ diff --git a/friendly-captcha/readme.txt b/friendly-captcha/readme.txt index e44e183..624ce71 100644 --- a/friendly-captcha/readme.txt +++ b/friendly-captcha/readme.txt @@ -4,7 +4,7 @@ Tags: captcha, antispam, spam, contact form, recaptcha, friendly-captcha, block Requires at least: 5.0 Tested up to: 6.5 Requires PHP: 7.3 -Stable tag: 1.14.3 +Stable tag: 1.14.4 License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -96,6 +96,10 @@ However, you may wish to email the authors of plugins you'd like to support Frie == Changelog == += 1.14.4 = + +* Fix captcha being rendered twice in Forminator form + = 1.14.3 = * Fix dynamic initialization option