Dotclear

Changeset 2757


Ignore:
Timestamp:
11/12/10 17:56:47 (13 years ago)
Author:
JcDenis
Message:

pacKman 0.5.1:

  • Fixed install on nightly build
  • Fixed missing namespace on admin
Location:
plugins/pacKman
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/pacKman/_admin.php

    r2298 r2757  
    1212 
    1313if (!defined('DC_CONTEXT_ADMIN')){return;} 
     14 
     15$core->blog->settings->addNamespace('pacKman'); 
    1416 
    1517# Admin menu 
  • plugins/pacKman/_define.php

    r2298 r2757  
    1717     /* Description*/         "Manage your Dotclear packages", 
    1818     /* Author */             "JC Denis", 
    19      /* Version */            '0.5', 
     19     /* Version */            '0.5.1', 
    2020     /* Permissions */        null 
    2121); 
    22      /* date */          #20100605 
     22     /* date */          #20101112 
    2323?> 
  • plugins/pacKman/_install.php

    r2298 r2757  
    2020try 
    2121{ 
    22      if (version_compare(DC_VERSION,'2.2-beta','<')) 
     22     if (version_compare(str_replace("-r","-p",DC_VERSION),'2.2-alpha','<')) 
    2323     { 
    2424          throw new Exception('pacKman requires Dotclear 2.2'); 
  • plugins/pacKman/release.txt

    r2298 r2757  
     10.5.1 20101012 
     2 * Fixed install on nightly build 
     3 * Fixed missing namespace on admin 
     4 
    150.5 20100605 
    26 * Switched to DC 2.2 
Note: See TracChangeset for help on using the changeset viewer.

Sites map