-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
37 lines (27 loc) · 1.32 KB
/
CHANGELOG
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
[b]Version 1.8.0[/b] (29th June 2016)
- Template for the "redirect.php" page edited to work on MyBB 1.8.
On upgrades: Plugin MUST be manually deactivated and reactivated to upgrade template!
[b]Version 1.6.0[/b] (29th June 2016)
- New template for the "redirect.php" page. It now asks for confirmation before redirecting.
On upgrades: Plugin MUST be manually deactivated and reactivated to install template!
[b]Version 1.5.6[/b] (29th June 2016)
- Forcefully prevent extremelly disrespectful spiders from indexing and following redirect page.
[b]Version 1.5.5[/b] (15th June 2016)
- Send Cache-Control and Pragma headers to disable caching.
[b]Version 1.5.4[/b] (24th May 2016)
- Prevent information disclosure on "Who's Online" page.
[b]Version 1.5.3[/b] (08th April 2016)
- Further security improvement;
- Forbid ASCII control chars from appearing in URL.
[b]Version 1.5.2[/b] (28th March 2016)
- Overall optimizations.
[b]Version 1.5.1[/b] (27th March 2016)
- Disable search engine indexing of redirect.php page;
- Strengthen URL validation. Deny URLs without host;
- Make URL validation case insensitive.
[b]Version 1.5[/b] (14th February 2014)
- Removed anonym.to from redirect functionality as their uptime is not good.
[b]Version 1.4[/b] (05th October 2013)
- Fixed bugs.
[b]Version 1.3[/b] (24th September 2013)
- Public release.