Skip to content

Commit

Permalink
prepare 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Jun 26, 2023
1 parent 4d24447 commit bd7d07a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions friendly-captcha/friendly-captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion friendly-captcha/modules/forminator/forminator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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( '<button ', $elements . '<button ', $html );
}
Expand Down
5 changes: 4 additions & 1 deletion friendly-captcha/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: captcha, antispam, spam, contact form, recaptcha, friendly-captcha, block
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.3
Stable tag: 1.10.3
Stable tag: 1.10.5
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -94,6 +94,9 @@ However, you may wish to email the authors of plugins you'd like to support Frie

== Changelog ==

= 1.10.5 =
* Add proper error message for edge case in integrations for wordpress login, registration, and forgot password

= 1.10.3 =
* Fix integration for wordpress login, registration, and forgot password to let users through if the plugin isn't configured properly

Expand Down

0 comments on commit bd7d07a

Please sign in to comment.