Skip to content

Commit

Permalink
update widget version to 0.9.10 and prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Jan 26, 2023
1 parent 27db2ef commit 1e44bb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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.8.1
* Version: 1.8.2
* 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.8.0');
define('FRIENDLY_CAPTCHA_VERSION', '1.8.2');
define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.8');
define('FRIENDLY_CAPTCHA_SUPPORTED_LANGUAGES', [
"en" => "English",
Expand Down
2 changes: 1 addition & 1 deletion friendly-captcha/public/vendor/widget.module.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion friendly-captcha/public/vendor/widget.polyfilled.min.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions 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.1
Requires PHP: 7.3
Stable tag: 1.8.1
Stable tag: 1.8.2
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.8.2 (unreleased) =
= 1.8.2 =
* Fixed WooCommerce Login Form integration
* Add support form WP User Manager
* Update to widget library version 0.9.10, which fixes rare false positives of the headless browser check and other minor things.

= 1.8.1 =
* Fix internal error becauses of wrong error_codes type
Expand Down

0 comments on commit 1e44bb0

Please sign in to comment.