1 | // +-----------------------------------------------------------------------+ |
---|
2 | // | Web services statistics - a Piwigo Plugin | |
---|
3 | // | Copyright (C) 2007-2011 Ruben ARNAUD - rub@piwigo.org | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | This program is free software; you can redistribute it and/or modify | |
---|
6 | // | it under the terms of the GNU General Public License as published by | |
---|
7 | // | the Free Software Foundation | |
---|
8 | // | | |
---|
9 | // | This program is distributed in the hope that it will be useful, but | |
---|
10 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
11 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
12 | // | General Public License for more details. | |
---|
13 | // | | |
---|
14 | // | You should have received a copy of the GNU General Public License | |
---|
15 | // | along with this program; if not, write to the Free Software | |
---|
16 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
17 | // | USA. | |
---|
18 | // +-----------------------------------------------------------------------+ |
---|
19 | |
---|
20 | Version 1.0.2.1 [24-02-2008]: |
---|
21 | Fixed: Fatal error when query don't contain category parameter |
---|
22 | Fixed: Bad delivery |
---|
23 | |
---|
24 | Version 1.0.2.0 [24-02-2008]: |
---|
25 | Fixed: Bad delivery between wsstats and fstats |
---|
26 | |
---|
27 | Version 1.0.1.0 [20-01-2008]: |
---|
28 | Fixed: Documentation corrections |
---|
29 | Fixed: Wrong get of category id witch are not in a array |
---|
30 | |
---|
31 | Version 1.0.0.1 [04-11-2007]: |
---|
32 | Fixed: Gna adaptation / new plugin name => wsstats |
---|
33 | |
---|
34 | Version 1.0.0.0 [11-09-2007]: |
---|
35 | Added: Initial version |
---|