diff --git a/friendly-captcha/friendly-captcha.php b/friendly-captcha/friendly-captcha.php index 38f85ff..1c63dad 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.12.3 + * Version: 1.13.0 * Requires at least: 5.0 * Requires PHP: 7.3 * Author: Friendly Captcha GmbH @@ -19,7 +19,7 @@ die; } -define('FRIENDLY_CAPTCHA_VERSION', '1.12.3'); +define('FRIENDLY_CAPTCHA_VERSION', '1.13.0'); define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.12'); define('FRIENDLY_CAPTCHA_SUPPORTED_LANGUAGES', [ "en" => "English", diff --git a/friendly-captcha/readme.txt b/friendly-captcha/readme.txt index 1eac421..9da6976 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.4 Requires PHP: 7.3 -Stable tag: 1.12.3 +Stable tag: 1.13.0 License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -71,6 +71,7 @@ Please see our website at: [www.friendlycaptcha.com](https://friendlycaptcha.com * WordPress Comments * CoBlocks * Contact Form 7 +* Divi Contact Forms * Elementor Pro Forms * FluentForm * Gravity Forms @@ -86,6 +87,7 @@ Please see our website at: [www.friendlycaptcha.com](https://friendlycaptcha.com * Profile Builder Register Form * Profile Builder Reset Password Form * Forminator +* Formidable * Avada Form Builder If you see an integration that's missing, please [open a pull request](https://github.com/FriendlyCaptcha/friendly-captcha-wordpress) @@ -94,6 +96,11 @@ However, you may wish to email the authors of plugins you'd like to support Frie == Changelog == += 1.13.0 = + +* Add support for Formidable +* Add support for Divi Contact Forms + = 1.12.3 = * Reset widget after form submission in some integrations