Ignore:
Timestamp:
Mar 28, 2010, 9:46:42 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

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

    r4273 r5433  
    22/*
    33Plugin Name: UserStat
    4 Version: 1.0.0
     4Version: 1.1.0
    55Description: Statistiques utilisateurs / Users statistics
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=321
     
    2424| release | date       |
    2525| 1.0.0   | 2009/11/15 | * first public release
    26 |         |            |
     26| 1.1.0   | 2010/03/28 | * compatibility with Piwigo 2.1
    2727|         |            |
    2828|         |            |
     
    5454define('USERSTAT_PATH' , PHPWG_PLUGINS_PATH . USERSTAT_DIR . '/');
    5555
    56 define('USERSTAT_VERSION' , '1.0.0'); // => ne pas oublier la version dans l'entête !!
     56define('USERSTAT_VERSION' , '1.1.0'); // => ne pas oublier la version dans l'entête !!
    5757
    5858global $prefixeTable;
Note: See TracChangeset for help on using the changeset viewer.