Changeset 5801 for extensions/AStat


Ignore:
Timestamp:
Apr 11, 2010, 5:28:44 PM (14 years ago)
Author:
grum
Message:

Update release to 2.2.1 - fix minor bug in the display

Location:
extensions/AStat
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/admin/astat_admin.tpl

    r5423 r5801  
    44
    55<div style="position:relative;top:-24px;clear:right;">
    6   {$tabsheet}
    76
    87  {if isset($datas)}
  • extensions/AStat/astat_version.inc.php

    r5547 r5801  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   define('ASTAT_VERSION',  '2.2.0');
    18   define('ASTAT_VERSION2', '02.02.00');
     17  define('ASTAT_VERSION',  '2.2.1');
     18  define('ASTAT_VERSION2', '02.02.01');
    1919?>
  • extensions/AStat/main.inc.php

    r5546 r5801  
    22/*
    33Plugin Name: AStat.2
    4 Version: 2.2.0
     4Version: 2.2.1
    55Description: Statistiques avancées / Advanced statistics
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=172
     
    2424| release | date       |
    2525| 2.0.0   | 2007/05/07 | * release for piwigo 2.0
     26|         |            |
    2627| 2.0.1   | 2008/03/01 | * bug corrected (can't open file because plugin directory
    2728|         |            |   was hardcoded...)
     29|         |            |
    2830| 2.0.2   | 2008/03/09 | * bug referenced
    2931|         |            |    english forum : http://piwigo.org/forum/viewtopic.php?pid=105990#p105990
    3032|         |            |    french forum  : http://fr.piwigo.org/forum/viewtopic.php?pid=107205#p107205
    3133|         |            |    SQL request for stat by categories works with mySQL 4.1.22 and not with mySQL 5
     34|         |            |
    3235| 2.0.3   | 2008/03/28 | * bug referenced
    3336|         |            |   french forum  : http://fr.piwigo.org/forum/viewtopic.php?pid=107236#p107236
    3437|         |            |   SQL request for stat by categories works with mySQL 4.1.22 and not with mySQL 5
     38|         |            |
    3539| 2.0.4   | 2009/05/21 | * bug on tools
    3640|         |            |   it was not possible to use tools to manage deleted items
     41|         |            |
    3742| 2.0.5   | 2009/07/07 | * bug in code - invalid character on line 2194
     43|         |            |
    3844| 2.1.0   | 2009/07/28 | * add a blacklist for IP and use it for stats
    3945|         |            | * new tools
    4046|         |            |    - possibility to purge history on blacklisted IP address
    4147|         |            |    - use of jQuery datepicker for purge date
     48|         |            |
    4249| 2.1.1   | 2009/11/15 | * bug on tools (cf. bug #1242 in mantis)
    4350|         |            |   it was impossible to purge items in history due to an invalid regexp in the javascript
     51|         |            |
    4452| 2.2.0   | 2010/03/28 | * release for compatibility with Piwigo 2.1
    4553|         |            | * mantis: bug 1192
     
    4856|         |            |   In tools, it's allowed to do purge only if checkbox is not checked
    4957|         |            |
     58| 2.2.1   | 2010/04/11 | * Fixed a minor bug in the display
     59|         |            | * add languages:
     60|         |            |   . it_IT
    5061|         |            |
    5162|         |            |
Note: See TracChangeset for help on using the changeset viewer.