Version Description
Download this release
Release Info
Developer | bmarshall511 |
Plugin | WordPress Zero Spam |
Version | 3.0.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.5 to 3.0.6
- js/zerospam.js +1 -1
- readme.txt +6 -2
- zero-spam.php +1 -1
js/zerospam.js
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
forms += ", .zerospam";
|
9 |
forms += ", .ninja-forms-form";
|
10 |
forms += ", .wpforms-form";
|
11 |
-
forms += ",
|
12 |
if (typeof zerospam.key != "undefined") {
|
13 |
$(forms).on("submit", function() {
|
14 |
$("<input>").attr("type", "hidden").attr("name", "zerospam_key").attr("value", zerospam.key).appendTo(forms);
|
8 |
forms += ", .zerospam";
|
9 |
forms += ", .ninja-forms-form";
|
10 |
forms += ", .wpforms-form";
|
11 |
+
forms += ", .gform_wrapper form";
|
12 |
if (typeof zerospam.key != "undefined") {
|
13 |
$(forms).on("submit", function() {
|
14 |
$("<input>").attr("type", "hidden").attr("name", "zerospam_key").attr("value", zerospam.key).appendTo(forms);
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WordPress Zero Spam ===
|
2 |
-
Contributors: bmarshall511, afragen, tangrufus, leewillis77, macbookandrew, jaredatch, karpstrucking, thiagolcks
|
3 |
Donate link: https://www.gittip.com/bmarshall511/
|
4 |
Tags: comments, spam, antispam, anti-spam, comment spam, spambot, spammer, spam free, spam blocker, registration spam
|
5 |
Requires at least: 3.0.0
|
6 |
Tested up to: 4.6.1
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -124,6 +124,9 @@ Yes! Install [Sunny](https://wphuman.com/go/sunny/) and follow this [guide](http
|
|
124 |
|
125 |
== Changelog ==
|
126 |
|
|
|
|
|
|
|
127 |
= v3.0.5 (December 23, 2016) =
|
128 |
* [bug] Gravity Forms submission fix.
|
129 |
|
@@ -258,3 +261,4 @@ Yes! Install [Sunny](https://wphuman.com/go/sunny/) and follow this [guide](http
|
|
258 |
* [Andrew Minion](https://github.com/macbookandrew)
|
259 |
* [Jared Atchison](https://github.com/jaredatch)
|
260 |
* [Lucas Karpiuk](https://github.com/karpstrucking)
|
|
1 |
=== WordPress Zero Spam ===
|
2 |
+
Contributors: bmarshall511, afragen, tangrufus, leewillis77, macbookandrew, jaredatch, karpstrucking, thiagolcks, geekstreetwp
|
3 |
Donate link: https://www.gittip.com/bmarshall511/
|
4 |
Tags: comments, spam, antispam, anti-spam, comment spam, spambot, spammer, spam free, spam blocker, registration spam
|
5 |
Requires at least: 3.0.0
|
6 |
Tested up to: 4.6.1
|
7 |
+
Stable tag: 3.0.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= v3.0.6 (December 27, 2016) =
|
128 |
+
* [bug] Gravity Forms submission fix (https://github.com/bmarshall511/wordpress-zero-spam/pull/140).
|
129 |
+
|
130 |
= v3.0.5 (December 23, 2016) =
|
131 |
* [bug] Gravity Forms submission fix.
|
132 |
|
261 |
* [Andrew Minion](https://github.com/macbookandrew)
|
262 |
* [Jared Atchison](https://github.com/jaredatch)
|
263 |
* [Lucas Karpiuk](https://github.com/karpstrucking)
|
264 |
+
* [Russell Aaron](https://github.com/KrashKartMedia)
|
zero-spam.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WordPress Zero Spam
|
4 |
* Plugin URI: https://benmarshall.me/wordpress-zero-spam
|
5 |
* Description: Tired of all the useless and bloated WordPress spam plugins? The WordPress Zero Spam plugin makes blocking spam a cinch. <strong>Just install, activate and say goodbye to spam.</strong> Based on work by <a href="http://davidwalsh.name/wordpress-comment-spam" target="_blank">David Walsh</a>.
|
6 |
-
* Version: 3.0.
|
7 |
* Author: Ben Marshall
|
8 |
* Author URI: https://benmarshall.me
|
9 |
* License: GPL2
|
3 |
* Plugin Name: WordPress Zero Spam
|
4 |
* Plugin URI: https://benmarshall.me/wordpress-zero-spam
|
5 |
* Description: Tired of all the useless and bloated WordPress spam plugins? The WordPress Zero Spam plugin makes blocking spam a cinch. <strong>Just install, activate and say goodbye to spam.</strong> Based on work by <a href="http://davidwalsh.name/wordpress-comment-spam" target="_blank">David Walsh</a>.
|
6 |
+
* Version: 3.0.6
|
7 |
* Author: Ben Marshall
|
8 |
* Author URI: https://benmarshall.me
|
9 |
* License: GPL2
|