Version Description
- updated default number of words in name to 3
- updated url for simple trackback plugin to the new version
Download this release
Release Info
Developer | commentluv |
Plugin | Growmap Anti Spambot Plugin |
Version | 1.5.6 |
Comparing to | |
See all releases |
Code changes from version 1.5.5 to 1.5.6
- growmap-anti-spambot-plugin.php +3 -3
- readme.txt +7 -2
growmap-anti-spambot-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Growmap Anti Spambot Plugin
|
4 |
Plugin URI: http://www.growmap.com/growmap-anti-spambot-plugin/
|
5 |
Description: Very simple plugin that adds a client side generated checkbox to the comment form requesting that the user clicks it to prove they are not a spammer. Bots wont see it so their spam comment will be discarded.
|
6 |
-
Version: 1.5.
|
7 |
Author: Andy Bailey
|
8 |
Author URI: http://ComLuv.com
|
9 |
*/
|
@@ -118,7 +118,7 @@ function gasp_get_options(){
|
|
118 |
'trackbacks' => 'yes',
|
119 |
'refer_check' => 'yes',
|
120 |
'urls' => '0',
|
121 |
-
'name_words' => '
|
122 |
'checkbox_name' => $checkbox_name,
|
123 |
'secret_key' => COOKIEHASH.md5(home_url()),
|
124 |
'send_to' => 'spam',
|
@@ -310,7 +310,7 @@ function gasp_options_page(){
|
|
310 |
<td><input type="checkbox" name="gasp_options[trackbacks]" value="yes" <?php if(isset($options['trackbacks'])){checked($options['trackbacks'],'yes');}?>/>
|
311 |
(<?php _e('Unchecking the box will prevent ALL trackbacks', 'ab_gasp'); ?>)
|
312 |
<br/><?php _e('See this plugin if you want a trackback validation plugin that works well with GASP','ab_gasp');?>
|
313 |
-
<a href="
|
314 |
</td>
|
315 |
</tr>
|
316 |
<tr><td colspan="2"><p><?php _e('These are the messages you will show the user if they forget to check the checkbox or if the comment looks like it was submitted by a spambot','ab_gasp');?></p></td></tr>
|
3 |
Plugin Name: Growmap Anti Spambot Plugin
|
4 |
Plugin URI: http://www.growmap.com/growmap-anti-spambot-plugin/
|
5 |
Description: Very simple plugin that adds a client side generated checkbox to the comment form requesting that the user clicks it to prove they are not a spammer. Bots wont see it so their spam comment will be discarded.
|
6 |
+
Version: 1.5.6
|
7 |
Author: Andy Bailey
|
8 |
Author URI: http://ComLuv.com
|
9 |
*/
|
118 |
'trackbacks' => 'yes',
|
119 |
'refer_check' => 'yes',
|
120 |
'urls' => '0',
|
121 |
+
'name_words' => '3',
|
122 |
'checkbox_name' => $checkbox_name,
|
123 |
'secret_key' => COOKIEHASH.md5(home_url()),
|
124 |
'send_to' => 'spam',
|
310 |
<td><input type="checkbox" name="gasp_options[trackbacks]" value="yes" <?php if(isset($options['trackbacks'])){checked($options['trackbacks'],'yes');}?>/>
|
311 |
(<?php _e('Unchecking the box will prevent ALL trackbacks', 'ab_gasp'); ?>)
|
312 |
<br/><?php _e('See this plugin if you want a trackback validation plugin that works well with GASP','ab_gasp');?>
|
313 |
+
<a href="https://wordpress.org/plugins/simple-trackback-validation-with-topsy-blocker/" target="_blank">Simple Trackback Validation</a>
|
314 |
</td>
|
315 |
</tr>
|
316 |
<tr><td colspan="2"><p><?php _e('These are the messages you will show the user if they forget to check the checkbox or if the comment looks like it was submitted by a spambot','ab_gasp');?></p></td></tr>
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: commentluv
|
|
3 |
Donate link:http://comluv.com/about/donate
|
4 |
Tags: comments, anti spam, spam, spambot, gasp
|
5 |
Requires at least: 2.9.2
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.5.
|
8 |
|
9 |
Defeat automated spambots (even the new 'learning' bots with dynamically named hidden fields) by adding a client side generated checkbox.
|
10 |
|
@@ -92,6 +92,11 @@ also, you can try saving the settings again to reset all the variables
|
|
92 |
|
93 |
== ChangeLog ==
|
94 |
|
|
|
|
|
|
|
|
|
|
|
95 |
= 1.5.5 =
|
96 |
|
97 |
* updated : update readme to show compatibility with wp 3.8
|
3 |
Donate link:http://comluv.com/about/donate
|
4 |
Tags: comments, anti spam, spam, spambot, gasp
|
5 |
Requires at least: 2.9.2
|
6 |
+
Tested up to: 4.0
|
7 |
+
Stable tag: 1.5.6
|
8 |
|
9 |
Defeat automated spambots (even the new 'learning' bots with dynamically named hidden fields) by adding a client side generated checkbox.
|
10 |
|
92 |
|
93 |
== ChangeLog ==
|
94 |
|
95 |
+
= 1.5.6 =
|
96 |
+
|
97 |
+
* updated default number of words in name to 3
|
98 |
+
* updated url for simple trackback plugin to the new version
|
99 |
+
|
100 |
= 1.5.5 =
|
101 |
|
102 |
* updated : update readme to show compatibility with wp 3.8
|