1 | <?php |
---|
2 | /* |
---|
3 | Plugin Name: Whois online |
---|
4 | ** History ** |
---|
5 | 2010-05-27 2.1.d |
---|
6 | Translator's description text |
---|
7 | |
---|
8 | 2010-05-27 2.1.c |
---|
9 | Cosmetic review for the clear admin theme and more |
---|
10 | |
---|
11 | 2010-05-16 2.1.b |
---|
12 | Fix: Menu was forced to Tools or Plugins on other admin functions |
---|
13 | 2010-05-16 2.1.a |
---|
14 | New: Piwigo 2.1 support |
---|
15 | Fix: Flags could be based on Languages if api calls are forbidden by a provider. |
---|
16 | |
---|
17 | 2010-04-24 2.0.n |
---|
18 | Fix: Flags are coming back |
---|
19 | |
---|
20 | 2010-04-24 2.0.m |
---|
21 | Fix: IE8 User agent could be too long |
---|
22 | Fix: Failure on localisation (a French internet provider blocks external get_files) |
---|
23 | Fix: Loss of previous collected data |
---|
24 | 2010-04-18 2.0.l |
---|
25 | "Undefined index: Code" is removed |
---|
26 | 2010-04-11 2.0.k |
---|
27 | MySQL 4.1 support |
---|
28 | Alternate reading solutions: file_get_contents / fsockopen / curl |
---|
29 | Replace of deprecated functions as of PHP 5.3.0 |
---|
30 | 2009-07-28 2.0.j |
---|
31 | Minor changes in Config management |
---|
32 | Additionnal flags (Ireland, Armenia, Estonia, Kazakhstan, Belarus, Andorra, |
---|
33 | Turkey, Albania, Bosnia and Herzegovina, Azerbaijan, Iceland, European Union, |
---|
34 | Israel, Morocco, New Caledonia and some other revised) |
---|
35 | Search Engine trapping |
---|
36 | 2009-05-20 2.0.i |
---|
37 | Bug resolution. |
---|
38 | Icons removed due to tablesorter constraints. |
---|
39 | Active link style on active filter. |
---|
40 | Additionnal flags (Luxemburg, Austria, Malta, and some other revised) |
---|
41 | 2009-05-19 2.0.h |
---|
42 | Additional links to profile and permissions corrective path with filtering. |
---|
43 | Minor optimizations. |
---|
44 | Additionnal flags (Egypt, Indonesia, Malaysia) |
---|
45 | 2009-05-17 2.0.g |
---|
46 | htmlspecialchars for Countries (Some City have quoted names) |
---|
47 | Keep Previous config. |
---|
48 | Additional links to profile and permissions |
---|
49 | Additionnal flags |
---|
50 | 2009-05-12 2.0.e and 2.0.f |
---|
51 | IPV4 Localisation |
---|
52 | Monitoring Permanence/Temporary user lists |
---|
53 | Reporting of User accesses |
---|
54 | Most connected |
---|
55 | And more... |
---|
56 | 2009-04-14 2.0.d |
---|
57 | Icon on History can be removed |
---|
58 | Appropriate titles for both links |
---|
59 | 2009-04-14 2.0.c |
---|
60 | Default display on admin pages even if not displayed on other pages |
---|
61 | Bug on History Search page |
---|
62 | Appropriate titles for both links on each first access (later "Random picture") |
---|
63 | 2009-04-13 2.0.b |
---|
64 | Corrective of &review and &others |
---|
65 | Automatic upgrade |
---|
66 | */ |
---|
67 | ?> |
---|