Changeset 138 for trunk/xoops_version.php
- Timestamp:
- Mar 25, 2009, 12:51:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xoops_version.php
r136 r138 31 31 $modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 32 32 $modversion['description'] = constant( '_MI_XPRESS_DESC'); 33 $modversion['version'] = "0.1 5";33 $modversion['version'] = "0.17"; 34 34 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;"; 35 35 $modversion['author'] = "toemon (http://www.toemon.com)"; … … 40 40 41 41 // status 42 $modversion['codename'] = "r13 6";42 $modversion['codename'] = "r138"; 43 43 44 44 // onInstall, onUpdate, onUninstall … … 257 257 'func_num' => $b_no, 258 258 ); 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 ); 259 270 260 271
Note: See TracChangeset
for help on using the changeset viewer.