Changeset 6258


Ignore:
Timestamp:
May 20, 2010, 9:19:13 PM (14 years ago)
Author:
grum
Message:

Version 1.0.1
fix bug:1657

Location:
extensions/ColorStat
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/cstat_aip.class.inc.php

    r6210 r6258  
    677677    $this->saveConfig();
    678678
    679     $local_tpl = new Template(AMD_PATH."admin/", "");
     679    $local_tpl = new Template(CSTAT_PATH."admin/", "");
    680680    $local_tpl->set_filename('body_page',
    681681                  dirname($this->getFileLocation()).'/admin/cstat_stat_show_iListColors.tpl');
  • extensions/ColorStat/cstat_version.inc.php

    r6210 r6258  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   define('CSTAT_VERSION',  '1.0.0');
    18   define('CSTAT_VERSION2', '01.00.00');
     17  define('CSTAT_VERSION',  '1.0.1');
     18  define('CSTAT_VERSION2', '01.00.01');
    1919?>
  • extensions/ColorStat/main.inc.php

    r6210 r6258  
    22/*
    33Plugin Name: ColorStat
    4 Version: 1.0.0
     4Version: 1.0.1
    55Description: Allow to make stat on pictures colors
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=393
     
    2222
    2323| release | date       |
    24 | 0.1.0   | 2010/04/21 | start to coding
     24| 0.1.0   | 2010/04/21 | * start to coding
    2525|         |            |
    26 | 1.0.0   | 2010/05/17 | first release for PEM
     26| 1.0.0   | 2010/05/17 | * first release for PEM
    2727|         |            |
    28 |         |            |
     28| 1.0.1   | 2010/05/20 | * fix bug:1657
     29|         |            |   . Constant not defined
    2930|         |            |
    3031|         |            |
Note: See TracChangeset for help on using the changeset viewer.