Ignore:
Timestamp:
Mar 28, 2010, 6:55:48 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1 and fix some bugs
feature 1192, feature 1344

File:
1 edited

Legend:

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

    r4269 r5423  
    22/*
    33Plugin Name: AStat.2
    4 Version: 2.1.1
     4Version: 2.2.0
    55Description: Statistiques avancées / Advanced statistics
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=172
     
    4242| 2.1.1   | 2009/11/15 | * bug on tools (cf. bug #1242 in mantis)
    4343|         |            |   it was impossible to purge items in history due to an invalid regexp in the javascript
     44| 2.2.0   | 2010/03/28 | * release for compatibility with Piwigo 2.1
     45|         |            | * mantis: bug 1192
     46|         |            |   Constant already defined when deactivating the plugin
     47|         |            | * mantis: bug 1344
     48|         |            |   In tools, it's allowed to do purge only if checkbox is not checked
     49|         |            |
     50|         |            |
     51|         |            |
     52|         |            |
     53|         |            |
    4454|         |            |
    4555|         |            |
     
    7181define('ASTAT_PATH' , PHPWG_PLUGINS_PATH . ASTAT_DIR . '/');
    7282
    73 define('ASTAT_VERSION' , '2.1.1'); // => ne pas oublier la version dans l'entête !!
     83define('ASTAT_VERSION' , '2.2.0'); // => ne pas oublier la version dans l'entête !!
    7484
    7585global $prefixeTable;
Note: See TracChangeset for help on using the changeset viewer.