Gravity Forms No CAPTCHA reCAPTCHA - Version 1.0.6

Version Description

Download this release

Release Info

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

Code changes from version 1.0.5 to 1.0.6

Files changed (2) hide show
  1. README.txt +8 -2
  2. gf-no-captcha-recaptcha.php +2 -2
README.txt CHANGED
@@ -7,11 +7,11 @@ License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
  Stable tag: trunk
9
 
10
- Adds a No CAPTCHA reCAPTCHA to field Gravity Forms
11
 
12
  == Description ==
13
 
14
- Adds a No CAPTCHA reCAPTCHA to field type Gravity Forms form builder with light/dark theme options. Forms with No CAPTCHA reCAPTCHA will then validate the field before successful submission.
15
 
16
  [Official GitHub Repository](https://github.com/folkhack/Gravity-Forms-No-CAPTCHA-reCAPTCHA)
17
 
@@ -47,6 +47,12 @@ Normally this situation comes up if you have more than one Gravity Form with CAP
47
 
48
  == Changelog ==
49
 
 
 
 
 
 
 
50
  # 1.0.5
51
  * Updated banner image to not suck in regards to WordPress Plugin Directory
52
  * Moved GitHub Repo link to appropriate spot within description
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
  Stable tag: trunk
9
 
10
+ Adds "No CAPTCHA reCAPTCHA" field to Gravity Forms as an alternative CAPTCHA option
11
 
12
  == Description ==
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
 
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
53
+ * Added 1.0.6 tag updates to CHANGELOG.md
54
+ * Updated plugin Changelog in README.txt to reflect CHANGELOG.md
55
+
56
  # 1.0.5
57
  * Updated banner image to not suck in regards to WordPress Plugin Directory
58
  * Moved GitHub Repo link to appropriate spot within description
gf-no-captcha-recaptcha.php CHANGED
@@ -10,8 +10,8 @@
10
  * @wordpress-plugin
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" field to Gravity Forms as alternative CAPTCHA option
14
- * Version: 1.0.5
15
  * Author: John Parks - Folkhack Studios
16
  * Author URI: http://folkhack.com
17
  * License: GPL-2.0+
10
  * @wordpress-plugin
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+