-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
54 lines (42 loc) · 1.64 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== En Spam ===
Contributors: hatul
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4HTHWS3LGDDPJ
Tags: anti-spam, block spam, bot, comment, spam
Requires at least: 2.0
Tested up to: 6.7
Stable tag: 1.1
License: GPLv3 or later
Block spam with cookies and JavaScript.
All Spambots will remain away from your blog. Without settings or Captcha, install and forget the spam.
== Description ==
"En Spam" blocks totally comments and form submissions of bots by cookies and javascript. Bots can't use cookies and javascript and therefore will not be able to comment.
Users that blocking cookies or Javascript can to comment after transfer in special page.
We protect Elementor Pro and Contact Form 7 (cf7) forms and default comments of WordPress.
The plugin is transparent to your visitors, only bots will be blocked.
You can see how many spambots blocked in dashboard widget.
"En Spam" means "have not spam" in Hebrew.
== Installation ==
1. Upload `en-spam` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
* Or to install via Admin Panel.
== Changelog ==
= 1.1 =
* Refactored plugin code into a PHP class for better structure and maintainability.
* Fix error in Elementor Pro.
= 1.0 =
* Add support to Elementor form and contact form 7 (cf7)
= 0.7.2 =
* Add support to old PHP versions
= 0.7.1 =
* Add widget with block counter to the dashboard
= 0.7 =
* Move JS to en-spam.js
* Improve the code
* Fix encoding bug
= 0.6 =
* Fix Adding slashs to specific characters
= 0.5 =
* Disable language filtering
* Add transfer page for blocked commenters
= 0.2 =
* First Stable Version