Gravity Forms No CAPTCHA reCAPTCHA - Version 1.0.5

Version Description

Download this release

Release Info

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

Code changes from version 1.0.4 to 1.0.5

Files changed (2) hide show
  1. README.txt +16 -2
  2. gf-no-captcha-recaptcha.php +3 -3
README.txt CHANGED
@@ -9,12 +9,12 @@ Stable tag: trunk
9
 
10
  Adds a No CAPTCHA reCAPTCHA to field Gravity Forms
11
 
12
- [Official GitHub Repository](https://github.com/folkhack/Gravity-Forms-No-CAPTCHA-reCAPTCHA)
13
-
14
  == Description ==
15
 
16
  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.
17
 
 
 
18
  == Installation ==
19
 
20
  1. Upload "gravity-forms-no-captcha-recaptcha" to "plugins" directory
@@ -47,6 +47,20 @@ Normally this situation comes up if you have more than one Gravity Form with CAP
47
 
48
  == Changelog ==
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  = 1.0.3 =
51
  * Updated README.txt documentation
52
  * Added README.txt documentation to README.md and CHANGELOG.md
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
+
18
  == Installation ==
19
 
20
  1. Upload "gravity-forms-no-captcha-recaptcha" to "plugins" directory
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
53
+ * Updated plugin version and links in gf-no-captcha-recaptcha.php
54
+ * Updated plugin Changelog in README.txt to reflect CHANGELOG.md
55
+ * Added 1.0.5 tag updates to CHANGELOG.md
56
+
57
+ # 1.0.4
58
+ * Added trunk as stable tag to README.txt
59
+ * Approved for WordPress Plugin Directory at [Gravity Forms No CAPTCHA reCAPTCHA](https://wordpress.org/plugins/gravity-forms-no-captcha-recaptcha/)
60
+ * Cross-linked README.md (GitHub readme) and README.txt (WP Plugin readme) to GitHub repo and WP Plugin page
61
+ * Removed "submit to WP plugin directory" from to-do/roadmap from README.md
62
+ * Added 1.0.4 tag updates to CHANGELOG.md
63
+
64
  = 1.0.3 =
65
  * Updated README.txt documentation
66
  * Added README.txt documentation to README.md and CHANGELOG.md
gf-no-captcha-recaptcha.php CHANGED
@@ -3,15 +3,15 @@
3
  /**
4
  * Gravity Forms No CAPTCHA reCAPTCHA plugin bootstrap file
5
  *
6
- * @link http://folkhack.com
7
  * @since 1.0.0
8
  * @package GFNoCaptchaReCaptcha
9
  *
10
  * @wordpress-plugin
11
  * Plugin Name: Gravity Forms No CAPTCHA reCAPTCHA
12
- * Plugin URI: http://folkhack.com
13
  * Description: Adds "No CAPTCHA" field to Gravity Forms as alternative CAPTCHA option
14
- * Version: 1.0.2
15
  * Author: John Parks - Folkhack Studios
16
  * Author URI: http://folkhack.com
17
  * License: GPL-2.0+
3
  /**
4
  * Gravity Forms No CAPTCHA reCAPTCHA plugin bootstrap file
5
  *
6
+ * @link https://github.com/folkhack/Gravity-Forms-No-CAPTCHA-reCAPTCHA
7
  * @since 1.0.0
8
  * @package GFNoCaptchaReCaptcha
9
  *
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+