1 |
/* This file is part of BBClone (A PHP based Web Counter on Steroids) |
2 |
* |
3 |
* SVN FILE $Id$ |
4 |
* |
5 |
* Copyright (C) 2001-2014, the BBClone Team (see doc/authors.txt for details) |
6 |
* |
7 |
* This program is free software: you can redistribute it and/or modify |
8 |
* it under the terms of the GNU General Public License as published by |
9 |
* the Free Software Foundation, either version 3 of the License, or |
10 |
* (at your option) any later version. |
11 |
* |
12 |
* This program is distributed in the hope that it will be useful, |
13 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 |
* GNU General Public License for more details. |
16 |
* |
17 |
* See doc/copying.txt for details |
18 |
*/ |
19 |
|
20 |
0.6.2 |
21 |
----- |
22 |
* NEW: GeoIP PHP/Perl Module plugin added |
23 |
* Update: Corrected Top Origin for Global Stats |
24 |
* Update: Improved Top Hosts for Global Stats |
25 |
* Update: Languages where possible (now including template for new languages) |
26 |
* Update: Added new domains as there where some new additions. |
27 |
* Update: New detections for Browsers, OS and Robots. With thanks to all forum users who submitted updates. |
28 |
|
29 |
0.6.1 |
30 |
----- |
31 |
* Change: Language code changed to utf-8 |
32 |
* Update: GeoIP detection for IPv6 and IPv4 |
33 |
* Update: Added new domains as there where some new additions. |
34 |
* Update: New detections for Browsers, OS and Robots. With thanks to all forum users who submitted updates. |
35 |
|
36 |
0.6.0 |
37 |
----- |
38 |
* NEW: Moved extension/country look-up into plug-in mechanism. |
39 |
* NEW: Over-right feature for version detections (use text:<version>). |
40 |
* NEW: Now load-time can be displayed (configurable) on the bottom of each page. |
41 |
* NEW: Moved layout to CSS, meaning some configuration parts (like font sizes etc.) are now moved into CCS. |
42 |
* Change: Selected statistics page is now highlighted in navigation menu. |
43 |
* Change: The "who is" option, now configurable and from detailed view for IP numbers only. |
44 |
* Update: Upgrade from GPL version 2 to version 3 for better protection. |
45 |
* Update: Time-format is now translated and not system specific (especially within time-stats). |
46 |
* Update: Title bar is now more flexible, by default a fixed language specific text. |
47 |
* Update: New detections for Browsers, OS and Robots. With thanks to all forum users who submitted updates. |
48 |
* Update: Added new domains as there where some new additions (.asia .cat .pro .tel etc). |