Changeset 6258 for extensions
- Timestamp:
- May 20, 2010, 9:19:13 PM (15 years ago)
- Location:
- extensions/ColorStat
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ColorStat/cstat_aip.class.inc.php
r6210 r6258 677 677 $this->saveConfig(); 678 678 679 $local_tpl = new Template( AMD_PATH."admin/", "");679 $local_tpl = new Template(CSTAT_PATH."admin/", ""); 680 680 $local_tpl->set_filename('body_page', 681 681 dirname($this->getFileLocation()).'/admin/cstat_stat_show_iListColors.tpl'); -
extensions/ColorStat/cstat_version.inc.php
r6210 r6258 15 15 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 16 16 17 define('CSTAT_VERSION', '1.0. 0');18 define('CSTAT_VERSION2', '01.00.0 0');17 define('CSTAT_VERSION', '1.0.1'); 18 define('CSTAT_VERSION2', '01.00.01'); 19 19 ?> -
extensions/ColorStat/main.inc.php
r6210 r6258 2 2 /* 3 3 Plugin Name: ColorStat 4 Version: 1.0. 04 Version: 1.0.1 5 5 Description: Allow to make stat on pictures colors 6 6 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=393 … … 22 22 23 23 | release | date | 24 | 0.1.0 | 2010/04/21 | start to coding24 | 0.1.0 | 2010/04/21 | * start to coding 25 25 | | | 26 | 1.0.0 | 2010/05/17 | first release for PEM26 | 1.0.0 | 2010/05/17 | * first release for PEM 27 27 | | | 28 | | | 28 | 1.0.1 | 2010/05/20 | * fix bug:1657 29 | | | . Constant not defined 29 30 | | | 30 31 | | |
Note: See TracChangeset
for help on using the changeset viewer.