Ignore:
Timestamp:
Jul 30, 2009, 7:36:50 PM (15 years ago)
Author:
grum
Message:

Update AStat 2.1.0 - new features
See main.inc.php file for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/main.inc.php

    r3543 r3706  
    22/*
    33Plugin Name: AStat.2
    4 Version: 2.0.5
     4Version: 2.1.0
    55Description: Statistiques avancées / Advanced statistics
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=172
     
    2121:: HISTORY
    2222
    23 2.0.0       - 13/05/07  - release for piwigo 2.0
    24 2.0.1       - 09/03/01  - bug corrected (can't open file because plugin directory
    25                           was hardcoded...)
    26 2.0.2       - 09/03/08  - bug referenced
    27                             english forum : http://piwigo.org/forum/viewtopic.php?pid=105990#p105990
    28                             french forum  : http://fr.piwigo.org/forum/viewtopic.php?pid=107205#p107205
    29                           SQL request for stat by categories works with mySQL 4.1.22 and not with mySQL 5
    30 2.0.3       - 28/03/08  - bug referenced
    31                             french forum  : http://fr.piwigo.org/forum/viewtopic.php?pid=107236#p107236
    32                           SQL request for stat by categories works with mySQL 4.1.22 and not with mySQL 5
    33 2.0.4       - 21/05/09  - bug on tools
    34                             it was not possible to use tools to manage deleted items
    35 2.0.5       - 07/07/09  - bug in code - invalid character on line 2194
     23
     24| release | date       |
     25| 2.0.0   | 2007/05/07 | * release for piwigo 2.0
     26| 2.0.1   | 2008/03/01 | * bug corrected (can't open file because plugin directory
     27|         |            |   was hardcoded...)
     28| 2.0.2   | 2008/03/09 | * bug referenced
     29|         |            |    english forum : http://piwigo.org/forum/viewtopic.php?pid=105990#p105990
     30|         |            |    french forum  : http://fr.piwigo.org/forum/viewtopic.php?pid=107205#p107205
     31|         |            |    SQL request for stat by categories works with mySQL 4.1.22 and not with mySQL 5
     32| 2.0.3   | 2008/03/28 | * bug referenced
     33|         |            |   french forum  : http://fr.piwigo.org/forum/viewtopic.php?pid=107236#p107236
     34|         |            |   SQL request for stat by categories works with mySQL 4.1.22 and not with mySQL 5
     35| 2.0.4   | 2009/05/21 | * bug on tools
     36|         |            |   it was not possible to use tools to manage deleted items
     37| 2.0.5   | 2009/07/07 | * bug in code - invalid character on line 2194
     38| 2.1.0   | 2009/07/28 | * add a blacklist for IP and use it for stats
     39|         |            | * new tools
     40|         |            |    - possibility to purge history on blacklisted IP address
     41|         |            |    - use of jQuery datepicker for purge date
     42|         |            |
     43|         |            |
     44|         |            |
     45|         |            |
     46|         |            |
     47|         |            |
     48|         |            |
     49
     50
    3651
    3752:: TO DO
     
    5570define('ASTAT_PATH' , PHPWG_PLUGINS_PATH . ASTAT_DIR . '/');
    5671
    57 define('ASTAT_VERSION' , '2.0.5'); // => ne pas oublier la version dans l'entête !!
     72define('ASTAT_VERSION' , '2.1.0'); // => ne pas oublier la version dans l'entête !!
    5873
    5974global $prefixeTable;
Note: See TracChangeset for help on using the changeset viewer.