Version Description
- Added the default options when the plugin is activated.
Download this release
Release Info
Developer | bmarshall511 |
Plugin | WordPress Zero Spam |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0 to 3.0.1
- lib/ZeroSpam/Plugin.php +9 -9
- readme.txt +4 -1
- zero-spam.php +1 -1
lib/ZeroSpam/Plugin.php
CHANGED
@@ -35,15 +35,15 @@ class ZeroSpam_Plugin implements ArrayAccess
|
|
35 |
'spammer_msg_bp' => 'There was a problem processing your registration.',
|
36 |
'spammer_msg_nf' => 'There was a problem processing your submission.',
|
37 |
'blocked_ip_msg' => 'Access denied.',
|
38 |
-
'wp_generator' =>
|
39 |
-
'log_spammers' =>
|
40 |
-
'ip_location_support' =>
|
41 |
-
'registration_support' =>
|
42 |
-
'cf7_support' =>
|
43 |
-
'gf_support' =>
|
44 |
-
'nf_support' =>
|
45 |
-
'wpf_support' =>
|
46 |
-
'comment_support' =>
|
47 |
);
|
48 |
|
49 |
public function __construct() {
|
35 |
'spammer_msg_bp' => 'There was a problem processing your registration.',
|
36 |
'spammer_msg_nf' => 'There was a problem processing your submission.',
|
37 |
'blocked_ip_msg' => 'Access denied.',
|
38 |
+
'wp_generator' => 1,
|
39 |
+
'log_spammers' => 1,
|
40 |
+
'ip_location_support' => 1,
|
41 |
+
'registration_support' => 1,
|
42 |
+
'cf7_support' => 1,
|
43 |
+
'gf_support' => 1,
|
44 |
+
'nf_support' => 1,
|
45 |
+
'wpf_support' => 1,
|
46 |
+
'comment_support' => 1,
|
47 |
);
|
48 |
|
49 |
public function __construct() {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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 |
= 3.0.0 =
|
128 |
* Lots of updates & fixes! Improved code documentation to help promote contributions.
|
129 |
|
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.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= 3.0.1 =
|
128 |
+
* Added the default options when the plugin is activated.
|
129 |
+
|
130 |
= 3.0.0 =
|
131 |
* Lots of updates & fixes! Improved code documentation to help promote contributions.
|
132 |
|
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.1
|
7 |
* Author: Ben Marshall
|
8 |
* Author URI: https://benmarshall.me
|
9 |
* License: GPL2
|