Ignore:
Timestamp:
Sep 13, 2010, 8:48:17 PM (14 years ago)
Author:
grum
Message:

Update plugin version to 1.0.2
bug:1796, bug:1854 + update CStat for GPC 3.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/maintain.inc.php

    r6107 r6893  
    2626----------------------------------------------------------------------------- */
    2727$gpc_installed=false;
    28 $gpcNeeded="3.1.0";
     28$gpcNeeded="3.2.0";
    2929if(file_exists(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php'))
    3030{
    3131  include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    32   // need GPC release greater or equal than 3.1.0
    33   if(CommonPlugin::checkGPCRelease(3,1,0))
     32  // need GPC release greater or equal than 3.2.0
     33  if(CommonPlugin::checkGPCRelease(3,2,0))
    3434  {
    3535    include_once('cstat_install.class.inc.php');
Note: See TracChangeset for help on using the changeset viewer.