Gravity Forms Zero Spam - Version 1.0.2

Version Description

  • Update FAQ and compatibility notes in readme.txt
Download this release

Release Info

Developer karpstrucking
Plugin Icon 128x128 Gravity Forms Zero Spam
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (2) hide show
  1. gravityforms-zero-spam.php +1 -1
  2. readme.txt +11 -6
gravityforms-zero-spam.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Gravity Forms Zero Spam
5
  * Plugin URI: http://www.gowp.com/plugins/gravityforms-zero-spam
6
  * Description: Enhance your Gravity Forms to include anti-spam measures originally based on the work of David Walsh's <a href="http://davidwalsh.name/wordpress-comment-spam">"Zero Spam"</a> technique.
7
- * Version: 1.0.1
8
  * Author: GoWP
9
  * Author URI: http://www.gowp.com
10
  * License: GPL-2.0+
4
  * Plugin Name: Gravity Forms Zero Spam
5
  * Plugin URI: http://www.gowp.com/plugins/gravityforms-zero-spam
6
  * Description: Enhance your Gravity Forms to include anti-spam measures originally based on the work of David Walsh's <a href="http://davidwalsh.name/wordpress-comment-spam">"Zero Spam"</a> technique.
7
+ * Version: 1.0.2
8
  * Author: GoWP
9
  * Author URI: http://www.gowp.com
10
  * License: GPL-2.0+
readme.txt CHANGED
@@ -1,26 +1,31 @@
1
- === Plugin Name ===
2
  Contributors: karpstrucking
3
  Tags: gravityforms, gravity forms, anti-spam, antispam, spam, spam-blocker, spambot, spammer, addons, add-ons
4
  Requires at least: 3.0.1
5
  Tested up to: 4.8
6
- Stable tag: 1.0.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Enhance your Gravity Forms to include anti-spam measures originally based on the work of David Walsh's "Zero Spam" technique.
11
 
12
  == Description ==
 
13
 
14
  Requires: Gravity Forms v1.5+
15
 
16
- This plugin adds a non-obtrusive anti-spam measure to all of your Gravity Forms. This measure is originally based on David Walsh's "Zero Spam" technique.
 
 
 
17
 
18
- == Installation ==
19
 
20
- 1. Upload the `gravity-forms-zero-spam` folder to the `/wp-content/plugins/` directory
21
- 1. Activate the plugin through the 'Plugins' menu in WordPress
22
 
23
  == Changelog ==
 
 
24
 
25
  = 1.0.1 =
26
  * Fix issue with forms not submitting after an initial validation error
1
+ === Gravity Forms Zero Spam ===
2
  Contributors: karpstrucking
3
  Tags: gravityforms, gravity forms, anti-spam, antispam, spam, spam-blocker, spambot, spammer, addons, add-ons
4
  Requires at least: 3.0.1
5
  Tested up to: 4.8
6
+ Stable tag: 1.0.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Enhance your Gravity Forms to include anti-spam measures originally based on the work of David Walsh's "Zero Spam" technique.
11
 
12
  == Description ==
13
+ This plugin adds a non-obtrusive anti-spam measure to all of your Gravity Forms. This measure is originally based on David Walsh's "Zero Spam" technique.
14
 
15
  Requires: Gravity Forms v1.5+
16
 
17
+ == Frequently Asked Questions ==
18
+ = Is this plugin PHP7 compatible? =
19
+
20
+ Yes.
21
 
22
+ = Will this block spam comments or registrations on my site? =
23
 
24
+ No. For that, we recommend Ben Marshall‘s [WordPress Zero Spam plugin](https://wordpress.org/plugins/zero-spam/). Note: As of version 1.5, Ben’s plugin includes support for Gravity Forms; if you install his plugin, you should remove ours.
 
25
 
26
  == Changelog ==
27
+ = 1.0.2 =
28
+ * Update FAQ and compatibility notes in readme.txt
29
 
30
  = 1.0.1 =
31
  * Fix issue with forms not submitting after an initial validation error