Changeset 2757
- Timestamp:
- 11/12/10 17:56:47 (13 years ago)
- Location:
- plugins/pacKman
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pacKman/_admin.php
r2298 r2757 12 12 13 13 if (!defined('DC_CONTEXT_ADMIN')){return;} 14 15 $core->blog->settings->addNamespace('pacKman'); 14 16 15 17 # Admin menu -
plugins/pacKman/_define.php
r2298 r2757 17 17 /* Description*/ "Manage your Dotclear packages", 18 18 /* Author */ "JC Denis", 19 /* Version */ '0.5 ',19 /* Version */ '0.5.1', 20 20 /* Permissions */ null 21 21 ); 22 /* date */ #2010 060522 /* date */ #20101112 23 23 ?> -
plugins/pacKman/_install.php
r2298 r2757 20 20 try 21 21 { 22 if (version_compare( DC_VERSION,'2.2-beta','<'))22 if (version_compare(str_replace("-r","-p",DC_VERSION),'2.2-alpha','<')) 23 23 { 24 24 throw new Exception('pacKman requires Dotclear 2.2'); -
plugins/pacKman/release.txt
r2298 r2757 1 0.5.1 20101012 2 * Fixed install on nightly build 3 * Fixed missing namespace on admin 4 1 5 0.5 20100605 2 6 * Switched to DC 2.2
Note: See TracChangeset
for help on using the changeset viewer.