Changeset 3205587
- Timestamp:
- 12/10/2024 11:57:58 AM (16 months ago)
- Location:
- en-spam/trunk
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
en-spam/trunk/README.md
r3176735 r3205587 1 # En Spam # 2 **Contributors:** hatul 1 # En Spam 3 2 4 **Donate link:** https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4HTHWS3LGDDPJ 3 **Contributors:** hatul 4 **Donate link:** [Donate via PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4HTHWS3LGDDPJ) 5 **Tags:** anti-spam, block spam, bot, comment, spam 6 **Requires at least:** 2.0 7 **Tested up to:** 6.7 8 **Stable tag:** 1.1 9 **License:** [GPLv3 or later](http://www.gnu.org/copyleft/gpl.html) 5 10 6 **Tags:** anti-spam, antispam, block spam, bot, comment, comment spam, comments, spam, Spam Free, spambot, hebrew 11 Block spam with cookies and JavaScript. 12 All spambots will remain away from your blog. Without settings or Captcha, just install and forget the spam. 7 13 8 **Requires at least:** 2.0 14 --- 9 15 10 **Tested up to:** 6.7 16 ## Description 11 17 12 **Stable tag:** 1.0 18 "En Spam" blocks comments and form submissions from bots using cookies and JavaScript. Bots cannot use cookies or JavaScript, and therefore they are blocked. 13 19 14 Block spam with cookies and JavaScript. 15 All Spambots will remain away from your blog. Without settings or Captcha, install and forget the spam. 20 Visitors blocking cookies or JavaScript can still comment by transferring to a special page. 16 21 17 ## Description ## 22 The plugin protects the following: 23 - Elementor Pro forms. 24 - Contact Form 7 (CF7) forms. 25 - Default WordPress comments. 18 26 19 "En Spam" blocks totally comments of bots by cookies and javascript. Bots can't use cookies and javascript and therefore will not be able to comment. 20 Users that blocking cookies or Javascript can to comment after transfer in special page. 27 The plugin operates transparently, ensuring regular users are not inconvenienced while effectively blocking bots. 21 28 22 The plugin is transparent to your visitors, only bots will be blocked. 29 Additionally, you can track how many spambots have been blocked using a dashboard widget. 23 30 24 We protect Elementor Pro and Contact Form 7 (cf7) forms and default comments of WordPress. 31 *"En Spam"* means "have not spam" in Hebrew. 25 32 26 You can see how many spambots blocked in dashboard widget. 33 --- 27 34 28 "En Spam" means "have not spam" in Hebrew. 35 ## Installation 29 36 30 ## Installation ## 37 1. Upload the `en-spam` directory to the `/wp-content/plugins/` directory. 38 2. Activate the plugin through the 'Plugins' menu in WordPress. 31 39 32 1. Upload `en-spam` directory to the `/wp-content/plugins/` directory 33 2. Activate the plugin through the 'Plugins' menu in WordPress 40 Alternatively, you can install it via the WordPress Admin Panel. 34 41 35 * Or to install via Admin Panel. 42 --- 36 43 37 ## Changelog ## 38 = 1.0 = 39 * Add support to Elementor form and contact form 7 (cf7) 40 ### 0.7.2 ### 41 * Add support to old PHP versions 42 ### 0.7.1 ### 43 * Add widget with block counter to the dashboard 44 ### 0.7 ### 45 * Move JS to en-spam.js 46 * Improve the code 47 * Fix encoding bug 48 ### 0.6 ### 49 * Fix Adding slashs to specific characters 50 ### 0.5 ### 51 * Disable language filtering 52 * Add transfer page for blocked commenters 53 ### 0.2 ### 54 * First Stable Version 44 ## Changelog 55 45 46 ### 1.1 47 - Refactored plugin code into a PHP class for better structure and maintainability. 48 - Fix error in Elementor Pro. 56 49 50 ### 1.0 51 - Added support for Elementor forms and Contact Form 7 (CF7). 52 53 ### 0.7.2 54 - Added support for older PHP versions. 55 56 ### 0.7.1 57 - Added a widget with a block counter to the dashboard. 58 59 ### 0.7 60 - Moved JavaScript to `en-spam.js`. 61 - Improved the code structure. 62 - Fixed an encoding bug. 63 64 ### 0.6 65 - Fixed an issue adding slashes to specific characters. 66 67 ### 0.5 68 - Disabled language filtering. 69 - Added a transfer page for blocked commenters. 70 71 ### 0.2 72 - First stable version. 73 74 --- 75 76 ## Donate 77 78 Support further development by donating via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4HTHWS3LGDDPJ). -
en-spam/trunk/readme.txt
r3185646 r3205587 5 5 Requires at least: 2.0 6 6 Tested up to: 6.7 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv3 or later 9 9 … … 32 32 33 33 == Changelog == 34 = 1.1 = 35 * Refactored plugin code into a PHP class for better structure and maintainability. 36 * Fix error in Elementor Pro. 34 37 = 1.0 = 35 38 * Add support to Elementor form and contact form 7 (cf7)
Note: See TracChangeset
for help on using the changeset viewer.