Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
V0.4 release
Browse files Browse the repository at this point in the history
V0.4 release of Caldera Forms Anti Spam. Version bump.
  • Loading branch information
andrewlimaza committed Jan 19, 2021
1 parent ca6a353 commit 9f2d7c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions caldera-forms-anti-spam.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );



Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9f2d7c8

Please sign in to comment.