Version Description
Download this release
Release Info
Developer | bmarshall511 |
Plugin | WordPress Zero Spam |
Version | 5.0.1 |
Comparing to | |
See all releases |
Code changes from version 5.0.0 to 5.0.1
- composer.json +36 -0
- readme.txt +10 -18
- wordpress-zero-spam.php +5 -5
composer.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "bmarshall511/wordpress_zero_spam",
|
3 |
+
"description": "WordPress Zero Spam makes blocking spam & malicious visitors a cinch. Just install, activate and enjoy a spam-free site.",
|
4 |
+
"keywords": ["wordpress-plugin"],
|
5 |
+
"type": "wordpress-plugin",
|
6 |
+
"homepage": "https://www.benmarshall.me/wordpress-zero-spam",
|
7 |
+
"authors": [
|
8 |
+
{
|
9 |
+
"name": "Ben Marshall (bmarshall)",
|
10 |
+
"homepage": "https://www.benmarshall.me",
|
11 |
+
"role": "Maintainer"
|
12 |
+
}
|
13 |
+
],
|
14 |
+
"support": {
|
15 |
+
"issues": "https://github.com/bmarshall511/wordpress-zero-spam/issues"
|
16 |
+
},
|
17 |
+
"license": "GPL-2.0-or-later",
|
18 |
+
"minimum-stability": "stable",
|
19 |
+
"repositories": [
|
20 |
+
{
|
21 |
+
"type": "package",
|
22 |
+
"package": {
|
23 |
+
"name": "bmarshall511/wordpress-zero-spam",
|
24 |
+
"version": "master",
|
25 |
+
"source": {
|
26 |
+
"url": "git://github.com/bmarshall511/wordpress-zero-spam.git",
|
27 |
+
"type": "git",
|
28 |
+
"reference": "master"
|
29 |
+
}
|
30 |
+
}
|
31 |
+
}
|
32 |
+
],
|
33 |
+
"require": {
|
34 |
+
"php" : ">=7.2"
|
35 |
+
}
|
36 |
+
}
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: bmarshall511
|
|
3 |
Tags: comments, spam, antispam, anti-spam, comment spam, spambot, spammer, spam free, spam blocker, registration spam
|
4 |
Donate link: https://www.benmarshall.me/donate/?utm_source=wordpress_zero_spam&utm_medium=wordpress_repo&utm_campaign=donate
|
5 |
Requires at least: 5.2
|
6 |
-
Tested up to: 5.
|
7 |
-
Requires PHP: 7.
|
8 |
-
Stable tag: 5.0.
|
9 |
License: GNU GPLv3
|
10 |
License URI: https://choosealicense.com/licenses/gpl-3.0/
|
11 |
|
@@ -38,23 +38,9 @@ Quit forcing people to answer questions or confusing captchas to prove they're n
|
|
38 |
|
39 |
WordPress Zero Spam is great at blocking spam — as a site owner there's more you can do to [stop WordPress spam](https://www.benmarshall.me/stop-wordpress-spam/) in its tracks.
|
40 |
|
41 |
-
= Multilingual Supported =
|
42 |
-
|
43 |
-
We’ve integrated multi language support within the framework of our plugin, so you get a translated dashboard out of the box, and developer options to add even more languages. Contribute new languages via [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/zero-spam/).
|
44 |
-
|
45 |
-
= Help test & contribute to WordPress Zero Spam =
|
46 |
-
|
47 |
-
WordPress Zero Spam can only stay up-to-date and bug-free with the help of contributors and testers. You can help test upcoming releases and contribute by forking the project on [GitHub](https://github.com/bmarshall511/wordpress-zero-spam).
|
48 |
-
|
49 |
-
= Plugin Support =
|
50 |
-
|
51 |
-
* For usage & tutorials, view the [documentation](https://www.benmarshall.me/wordpress-zero-spam/?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=wordpress_zero_spam).
|
52 |
-
* Have questions? Visit the [WordPress Zero Spam Forum](https://wordpress.org/support/plugin/zero-spam/).
|
53 |
-
* More FAQs and API documentation can be found at [Zero Spam](https://zerospam.org/?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=wordpress_zero_spam).
|
54 |
-
|
55 |
= WordPress Zero Spam needs your support =
|
56 |
|
57 |
-
**WordPress Zero Spam is free — completely free & always will be.**
|
58 |
|
59 |
* Like our [Facebook Page](https://www.facebook.com/zerospamorg/)
|
60 |
* Follow us on [Twitter](https://www.facebook.com/zerospamorg)
|
@@ -84,6 +70,12 @@ For more information & developer documentation, see the [plugin’s website](htt
|
|
84 |
|
85 |
== Changelog ==
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
= v5.0.0 =
|
88 |
|
89 |
* Initial v5.0.0 release
|
3 |
Tags: comments, spam, antispam, anti-spam, comment spam, spambot, spammer, spam free, spam blocker, registration spam
|
4 |
Donate link: https://www.benmarshall.me/donate/?utm_source=wordpress_zero_spam&utm_medium=wordpress_repo&utm_campaign=donate
|
5 |
Requires at least: 5.2
|
6 |
+
Tested up to: 5.6.2
|
7 |
+
Requires PHP: 7.3
|
8 |
+
Stable tag: 5.0.1
|
9 |
License: GNU GPLv3
|
10 |
License URI: https://choosealicense.com/licenses/gpl-3.0/
|
11 |
|
38 |
|
39 |
WordPress Zero Spam is great at blocking spam — as a site owner there's more you can do to [stop WordPress spam](https://www.benmarshall.me/stop-wordpress-spam/) in its tracks.
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
= WordPress Zero Spam needs your support =
|
42 |
|
43 |
+
**WordPress Zero Spam is free — completely free & always will be.** Development requires resources, please consider making a [donation](https://www.benmarshall.me/donate/?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=wordpress_zero_spam) to help encourage and support the plugin's continued support.
|
44 |
|
45 |
* Like our [Facebook Page](https://www.facebook.com/zerospamorg/)
|
46 |
* Follow us on [Twitter](https://www.facebook.com/zerospamorg)
|
70 |
|
71 |
== Changelog ==
|
72 |
|
73 |
+
= v5.0.1 =
|
74 |
+
|
75 |
+
* Updated readme file & documentation
|
76 |
+
* Can now be installed via composer
|
77 |
+
* Updated the required PHP version
|
78 |
+
|
79 |
= v5.0.0 =
|
80 |
|
81 |
* Initial v5.0.0 release
|
wordpress-zero-spam.php
CHANGED
@@ -13,9 +13,9 @@
|
|
13 |
* Plugin Name: WordPress Zero Spam
|
14 |
* Plugin URI: https://benmarshall.me/wordpress-zero-spam
|
15 |
* 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>.
|
16 |
-
* Version: 5.0.
|
17 |
* Requires at least: 5.2
|
18 |
-
* Requires PHP: 7.
|
19 |
* Author: Ben Marshall
|
20 |
* Author URI: https://benmarshall.me
|
21 |
* Text Domain: zerospam
|
@@ -31,13 +31,13 @@ defined( 'ABSPATH' ) || die();
|
|
31 |
define( 'ZEROSPAM', __FILE__ );
|
32 |
define( 'ZEROSPAM_PATH', plugin_dir_path( ZEROSPAM ) );
|
33 |
define( 'ZEROSPAM_PLUGIN_BASE', plugin_basename( ZEROSPAM ) );
|
34 |
-
define( 'ZEROSPAM_VERSION', '5.0.
|
35 |
|
36 |
add_action( 'plugins_loaded', 'zerospam_load_plugin_textdomain' );
|
37 |
|
38 |
-
if ( ! version_compare( PHP_VERSION, '7.
|
39 |
add_action( 'admin_notices', 'zerospam_fail_php_version' );
|
40 |
-
} elseif ( ! version_compare( get_bloginfo( 'version' ), '5
|
41 |
add_action( 'admin_notices', 'zerospam_fail_wp_version' );
|
42 |
} else {
|
43 |
require ZEROSPAM_PATH . 'includes/class-plugin.php';
|
13 |
* Plugin Name: WordPress Zero Spam
|
14 |
* Plugin URI: https://benmarshall.me/wordpress-zero-spam
|
15 |
* 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>.
|
16 |
+
* Version: 5.0.1
|
17 |
* Requires at least: 5.2
|
18 |
+
* Requires PHP: 7.3
|
19 |
* Author: Ben Marshall
|
20 |
* Author URI: https://benmarshall.me
|
21 |
* Text Domain: zerospam
|
31 |
define( 'ZEROSPAM', __FILE__ );
|
32 |
define( 'ZEROSPAM_PATH', plugin_dir_path( ZEROSPAM ) );
|
33 |
define( 'ZEROSPAM_PLUGIN_BASE', plugin_basename( ZEROSPAM ) );
|
34 |
+
define( 'ZEROSPAM_VERSION', '5.0.1' );
|
35 |
|
36 |
add_action( 'plugins_loaded', 'zerospam_load_plugin_textdomain' );
|
37 |
|
38 |
+
if ( ! version_compare( PHP_VERSION, '7.3', '>=' ) ) {
|
39 |
add_action( 'admin_notices', 'zerospam_fail_php_version' );
|
40 |
+
} elseif ( ! version_compare( get_bloginfo( 'version' ), '5', '>=' ) ) {
|
41 |
add_action( 'admin_notices', 'zerospam_fail_wp_version' );
|
42 |
} else {
|
43 |
require ZEROSPAM_PATH . 'includes/class-plugin.php';
|