Ignore:
Timestamp:
Nov 16, 2009, 12:09:24 AM (14 years ago)
Author:
grum
Message:

[AStat] Bug correction
Bug #1242 - Unable to use the purge tool

File:
1 edited

Legend:

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

    r3706 r4269  
    22/*
    33Plugin Name: AStat.2
    4 Version: 2.1.0
     4Version: 2.1.1
    55Description: Statistiques avancées / Advanced statistics
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=172
     
    4040|         |            |    - possibility to purge history on blacklisted IP address
    4141|         |            |    - use of jQuery datepicker for purge date
    42 |         |            |
     42| 2.1.1   | 2009/11/15 | * bug on tools (cf. bug #1242 in mantis)
     43|         |            |   it was impossible to purge items in history due to an invalid regexp in the javascript
    4344|         |            |
    4445|         |            |
     
    7071define('ASTAT_PATH' , PHPWG_PLUGINS_PATH . ASTAT_DIR . '/');
    7172
    72 define('ASTAT_VERSION' , '2.1.0'); // => ne pas oublier la version dans l'entête !!
     73define('ASTAT_VERSION' , '2.1.1'); // => ne pas oublier la version dans l'entête !!
    7374
    7475global $prefixeTable;
Note: See TracChangeset for help on using the changeset viewer.