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