From bd7d07aa1813921807103bfa318b225abde74cea Mon Sep 17 00:00:00 2001 From: merlinfuchs Date: Mon, 26 Jun 2023 17:00:26 +0200 Subject: [PATCH] prepare 1.10.5 --- friendly-captcha/friendly-captcha.php | 4 ++-- friendly-captcha/modules/forminator/forminator.php | 2 +- friendly-captcha/readme.txt | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/friendly-captcha/friendly-captcha.php b/friendly-captcha/friendly-captcha.php index c5433b6..794c42d 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.10.3 + * Version: 1.10.5 * Requires at least: 5.0 * Requires PHP: 7.3 * Author: Friendly Captcha GmbH @@ -19,7 +19,7 @@ die; } -define('FRIENDLY_CAPTCHA_VERSION', '1.10.3'); +define('FRIENDLY_CAPTCHA_VERSION', '1.10.5'); define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.12'); define('FRIENDLY_CAPTCHA_SUPPORTED_LANGUAGES', [ "en" => "English", diff --git a/friendly-captcha/modules/forminator/forminator.php b/friendly-captcha/modules/forminator/forminator.php index 4ec23c5..62d4a27 100644 --- a/friendly-captcha/modules/forminator/forminator.php +++ b/friendly-captcha/modules/forminator/forminator.php @@ -11,7 +11,7 @@ function frcaptcha_forminator_add_captcha( $html, $button ) { frcaptcha_enqueue_widget_scripts(); - $elements .= frcaptcha_generate_widget_tag_from_plugin($plugin); + $elements = frcaptcha_generate_widget_tag_from_plugin($plugin); return str_replace( '