Version Description
- Fixed fatal error.
Download this release
Release Info
Developer | bmarshall511 |
Plugin | WordPress Zero Spam |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- lib/ZeroSpam/Scripts.php +0 -2
- readme.txt +4 -1
- zero-spam.php +1 -1
lib/ZeroSpam/Scripts.php
CHANGED
@@ -39,10 +39,8 @@ class ZeroSpam_Scripts
|
|
39 |
}
|
40 |
|
41 |
public function wp_enqueue_scripts() {
|
42 |
-
$this->register_styles();
|
43 |
$this->register_scripts();
|
44 |
|
45 |
-
$this->enqueue_styles();
|
46 |
$this->enqueue_scripts();
|
47 |
}
|
48 |
|
39 |
}
|
40 |
|
41 |
public function wp_enqueue_scripts() {
|
|
|
42 |
$this->register_scripts();
|
43 |
|
|
|
44 |
$this->enqueue_scripts();
|
45 |
}
|
46 |
|
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.1 =
|
128 |
* Added the default options when the plugin is activated.
|
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.2
|
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.2 =
|
128 |
+
* Fixed fatal error.
|
129 |
+
|
130 |
= 3.0.1 =
|
131 |
* Added the default options when the plugin is activated.
|
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.2
|
7 |
* Author: Ben Marshall
|
8 |
* Author URI: https://benmarshall.me
|
9 |
* License: GPL2
|