Ignore:
Timestamp:
Mar 28, 2010, 7:17:31 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/grum_plugins_classes-2/main.inc.php

    r4394 r5424  
    22/*
    33Plugin Name: Grum Plugins Classes.2
    4 Version: 2.0.4
     4Version: 2.0.5
    55Description: Collection de classes partagées entre mes plugins (existants, ou à venir) / Partaged classes between my plugins (actuals or futures)
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=199
     
    2828| 2.0.3   | 2009/07/24 | * modify common_plugin class config loader (r2.0.1)
    2929| 2.0.4   | 2009/11/29 | * modify users class
    30 |         |            |
     30| 2.0.5   | 2010/03/28 | * Uses piwigo pwg_db_* functions instead of mysql_* functions
    3131|         |            |
    3232
     
    3939Classes version for this package
    4040    ajax.class.php -v2.0 + ajax.js -v1.0.1
    41     common_plugin.class.php -v2.0.1
     41    common_plugin.class.php -v2.0.2
    4242    css.class.php -v2.0
    4343    pages_navigation.class.php -v1.0
    4444    public_integration.class.php -v1.0
    45     tables.class.php -v1.4
     45    tables.class.php -v1.5
    4646    tabsheets.class.inc.php -v1.1
    4747    translate.class.inc.php -v2.0.0 + google_translate.js -v2.0.0
    48     users_groups.class.inc.php -v1.1
     48    users_groups.class.inc.php -v1.2
    4949    genericjs.class.inc.php -v1.0 + genericjs.js -v1.0
    5050
     
    5858define('GPC_PATH' , PHPWG_PLUGINS_PATH . GPC_DIR . '/');
    5959
    60 define('GPC_VERSION' , '2.0.4');
     60define('GPC_VERSION' , '2.0.5');
    6161
    6262/*
Note: See TracChangeset for help on using the changeset viewer.