Skip to content

Commit

Permalink
Updated plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemAnoshin committed Jul 4, 2023
1 parent 0abdee1 commit a58531c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ Skip trusted User-Agents. Regular expressions are allowed, example is bellow.
```

## Changelog
Version 2.0.2
* Fix. A document.write vulnerability fixed.
* Fix. UA list converted to regular expressions.
* Fix. UptimeRobot UA.
* Fix. Trusted UA is skipped correctly.

Version 2.0.1
* New. Headless mode detection.
* Fix. Now visitors without JS will be blocked correctly.
Expand Down
2 changes: 1 addition & 1 deletion anti-ddos-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Cleantalk base class
*
* @version 2.0.1
* @version 2.0.2
* @package Cleantalk
* @author Cleantalk team (welcome@cleantalk.org)
* @copyright (C) CleanTalk team (https://cleantalk.org)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cleantalk/anti-ddos-lite",
"description": "A small PHP app to protect your site against DDoS attack or crawling web site by bots.",
"version": "2.0.1",
"version": "2.0.2",
"authors": [
{
"name": "CleanTalk Team",
Expand Down

0 comments on commit a58531c

Please sign in to comment.