diff --git a/caldera-forms-anti-spam.php b/caldera-forms-anti-spam.php index f596946..6147e23 100644 --- a/caldera-forms-anti-spam.php +++ b/caldera-forms-anti-spam.php @@ -3,14 +3,14 @@ * Plugin Name: Caldera Forms Anti Spam * Description: Anti-spam for Caldera Forms. Recaptcha field! * Author: Yoohoo Plugins -* Version: 0.3 +* Version: 0.4 * Author URI: https://yoohooplugins.com * Text Domain: cf-anti-spam */ define( 'CF_ANTISPAM_PATH', plugin_dir_path( __FILE__ ) ); define( 'CF_ANTISPAM_URL', plugin_dir_url( __FILE__ ) ); -define( 'CF_ANTISPAM_VER', '0.3' ); +define( 'CF_ANTISPAM_VER', '0.4' ); diff --git a/readme.txt b/readme.txt index 998e8c8..e8e7e7c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: andrewza, yoohooplugins, travislima Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4GC4JEZH7KSKL Tags: caldera forms, anti-spam, recaptcha Requires at least: 4.5 -Tested up to: 5.4 -Stable tag: 0.2 +Tested up to: 5.6 +Stable tag: 0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -51,6 +51,9 @@ Once the hidden field is added to your Caldera Form, select the V3 checkbox. (Yo == Changelog == += 0.4 - 2021-01-19 = +* BUG FIX: Fixed an issue where reCAPTCHA wasn't initialized correctly. + = 0.3 = * Fixed JavaScript syntax issues within the V3 reCAPTCHA handler * Fixed bug where V2 reCAPTCHA field would still be rendered when V3 is enabled