Gravity Forms No CAPTCHA reCAPTCHA - Version 1.0.7

Version Description

Download this release

Release Info

Developer folkhack
Plugin Icon wp plugin Gravity Forms No CAPTCHA reCAPTCHA
Version 1.0.7
Comparing to
See all releases

Code changes from version 1.0.6 to 1.0.7

Files changed (2) hide show
  1. README.txt +11 -2
  2. gf-no-captcha-recaptcha.php +1 -1
README.txt CHANGED
@@ -13,7 +13,10 @@ Adds "No CAPTCHA reCAPTCHA" field to Gravity Forms as an alternative CAPTCHA opt
13
 
14
  Adds a "No CAPTCHA reCAPTCHA" field type to Gravity Forms form builder with light/dark theme options. Forms with a "No CAPTCHA reCAPTCHA" will validate the field before successful submission.
15
 
16
- [Official GitHub Repository](https://github.com/folkhack/Gravity-Forms-No-CAPTCHA-reCAPTCHA)
 
 
 
17
 
18
  == Installation ==
19
 
@@ -28,7 +31,7 @@ Adds a "No CAPTCHA reCAPTCHA" field type to Gravity Forms form builder with ligh
28
 
29
  = Does this work for AJAX submitted forms? =
30
 
31
- Yes.
32
 
33
  = What versions of Gravity Forms/WordPress have you formally tested this with? =
34
 
@@ -47,6 +50,12 @@ Normally this situation comes up if you have more than one Gravity Form with CAP
47
 
48
  == Changelog ==
49
 
 
 
 
 
 
 
50
  # 1.0.6
51
  * Resolved confusing grammar issue in README.md, README.txt, and gf-no-captcha-recaptcha.php descriptions
52
  * Updated to 1.0.6 version in gf-no-captcha-recaptcha.php
13
 
14
  Adds a "No CAPTCHA reCAPTCHA" field type to Gravity Forms form builder with light/dark theme options. Forms with a "No CAPTCHA reCAPTCHA" will validate the field before successful submission.
15
 
16
+ = Further Reading =
17
+
18
+ * [Official GitHub Repository](https://github.com/folkhack/Gravity-Forms-No-CAPTCHA-reCAPTCHA)
19
+ * [Folkhack Studios](http://folkhack.com)
20
 
21
  == Installation ==
22
 
31
 
32
  = Does this work for AJAX submitted forms? =
33
 
34
+ Yes, we took special consideration to ensure that validation works correctly when submitting a form via AJAX!
35
 
36
  = What versions of Gravity Forms/WordPress have you formally tested this with? =
37
 
50
 
51
  == Changelog ==
52
 
53
+ # 1.0.7
54
+ * Fixed yet another documentation issue with FAQ AJAX section
55
+ * Updated to 1.0.7 version in gf-no-captcha-recaptcha.php
56
+ * Added 1.0.7 tag updates to CHANGELOG.md
57
+ * Updated plugin Changelog in README.txt to reflect CHANGELOG.md
58
+
59
  # 1.0.6
60
  * Resolved confusing grammar issue in README.md, README.txt, and gf-no-captcha-recaptcha.php descriptions
61
  * Updated to 1.0.6 version in gf-no-captcha-recaptcha.php
gf-no-captcha-recaptcha.php CHANGED
@@ -11,7 +11,7 @@
11
  * Plugin Name: Gravity Forms No CAPTCHA reCAPTCHA
12
  * Plugin URI: https://github.com/folkhack/Gravity-Forms-No-CAPTCHA-reCAPTCHA
13
  * Description: Adds "No CAPTCHA reCAPTCHA" field to Gravity Forms as an alternative CAPTCHA option
14
- * Version: 1.0.6
15
  * Author: John Parks - Folkhack Studios
16
  * Author URI: http://folkhack.com
17
  * License: GPL-2.0+
11
  * Plugin Name: Gravity Forms No CAPTCHA reCAPTCHA
12
  * Plugin URI: https://github.com/folkhack/Gravity-Forms-No-CAPTCHA-reCAPTCHA
13
  * Description: Adds "No CAPTCHA reCAPTCHA" field to Gravity Forms as an alternative CAPTCHA option
14
+ * Version: 1.0.7
15
  * Author: John Parks - Folkhack Studios
16
  * Author URI: http://folkhack.com
17
  * License: GPL-2.0+