XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 23, 2009, 9:44:06 PM (15 years ago)
Author:
toemon
Message:

ウィジェットブロック、実装 #77

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r133 r136  
    3131$modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 
    3232$modversion['description'] = constant( '_MI_XPRESS_DESC'); 
    33 $modversion['version'] = "0.14"; 
     33$modversion['version'] = "0.15"; 
    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'] = "r133"; 
     42$modversion['codename'] = "r136"; 
    4343 
    4444// onInstall, onUpdate, onUninstall 
     
    246246        'func_num'              => $b_no,        
    247247); 
     248$b_no++; 
     249$modversion['blocks'][$b_no] = array( 
     250        'file'                  => 'widget_block.php' , 
     251        'name'                  => constant('_MI_XPRESS_BLOCK_WIDGET') , 
     252        'description'   => '' , 
     253        'show_func'     => "b_". $mydirname . "_widget_show" , 
     254        'edit_func'     => "b_". $mydirname . "_widget_edit" , 
     255        'options'               => $mydirname. '||' , 
     256        'can_clone'             => true , 
     257        'func_num'              => $b_no,        
     258); 
    248259 
    249260 
Note: See TracChangeset for help on using the changeset viewer.