Plugin Directory

Changeset 3205587


Ignore:
Timestamp:
12/10/2024 11:57:58 AM (16 months ago)
Author:
hatul
Message:

Updated trunk to version 1.1

Location:
en-spam/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • en-spam/trunk/README.md

    r3176735 r3205587  
    1 # En Spam #
    2 **Contributors:** hatul
     1# En Spam
    32
    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) 
    510
    6 **Tags:** anti-spam, antispam, block spam, bot, comment, comment spam, comments, spam, Spam Free, spambot, hebrew
     11Block spam with cookies and JavaScript. 
     12All spambots will remain away from your blog. Without settings or Captcha, just install and forget the spam.
    713
    8 **Requires at least:** 2.0
     14---
    915
    10 **Tested up to:** 6.7
     16## Description
    1117
    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. 
    1319
    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.
     20Visitors blocking cookies or JavaScript can still comment by transferring to a special page. 
    1621
    17 ## Description ##
     22The plugin protects the following:
     23- Elementor Pro forms.
     24- Contact Form 7 (CF7) forms.
     25- Default WordPress comments.
    1826
    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.
     27The plugin operates transparently, ensuring regular users are not inconvenienced while effectively blocking bots. 
    2128
    22 The plugin is transparent to your visitors, only bots will be blocked.
     29Additionally, you can track how many spambots have been blocked using a dashboard widget. 
    2330
    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. 
    2532
    26 You can see how many spambots blocked in dashboard widget.
     33---
    2734
    28 "En Spam" means "have not spam" in Hebrew.
     35## Installation
    2936
    30 ## Installation ##
     371. Upload the `en-spam` directory to the `/wp-content/plugins/` directory.
     382. Activate the plugin through the 'Plugins' menu in WordPress.
    3139
    32 1. Upload `en-spam` directory to the `/wp-content/plugins/` directory
    33 2. Activate the plugin through the 'Plugins' menu in WordPress
     40Alternatively, you can install it via the WordPress Admin Panel.
    3441
    35 * Or to install via Admin Panel.
     42---
    3643
    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
    5545
     46### 1.1
     47- Refactored plugin code into a PHP class for better structure and maintainability.
     48- Fix error in Elementor Pro.
    5649
     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
     78Support 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  
    55Requires at least: 2.0
    66Tested up to: 6.7
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv3 or later
    99
     
    3232
    3333== Changelog ==
     34= 1.1 =
     35* Refactored plugin code into a PHP class for better structure and maintainability.
     36* Fix error in Elementor Pro.
    3437= 1.0 =
    3538* Add support to Elementor form and contact form 7 (cf7)
Note: See TracChangeset for help on using the changeset viewer.