XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 25, 2009, 12:51:12 AM (15 years ago)
Author:
toemon
Message:

拡張ブロックの実装 #78 bump Ver 0.17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r136 r138  
    3131$modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 
    3232$modversion['description'] = constant( '_MI_XPRESS_DESC'); 
    33 $modversion['version'] = "0.15"; 
     33$modversion['version'] = "0.17"; 
    3434$modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;"; 
    3535$modversion['author'] = "toemon (http://www.toemon.com)"; 
     
    4040 
    4141// status 
    42 $modversion['codename'] = "r136"; 
     42$modversion['codename'] = "r138"; 
    4343 
    4444// onInstall, onUpdate, onUninstall 
     
    257257        'func_num'              => $b_no,        
    258258); 
     259$b_no++; 
     260$modversion['blocks'][$b_no] = array( 
     261        'file'                  => 'enhanced_block.php' , 
     262        'name'                  => constant('_MI_XPRESS_BLOCK_ENHANCED') , 
     263        'description'   => '' , 
     264        'show_func'     => "b_". $mydirname . "_enhanced_show" , 
     265        'edit_func'     => "b_". $mydirname . "_enhanced_edit" , 
     266        'options'               => $mydirname. '||' , 
     267        'can_clone'             => true , 
     268        'func_num'              => $b_no,        
     269); 
    259270 
    260271 
Note: See TracChangeset for help on using the changeset viewer.