Changeset 124 for trunk/xoops_version.php
- Timestamp:
- Mar 19, 2009, 11:27:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xoops_version.php
r122 r124 31 31 $modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 32 32 $modversion['description'] = constant( '_MI_XPRESS_DESC'); 33 $modversion['version'] = "0. 09";33 $modversion['version'] = "0.10"; 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'] = "r12 0";42 $modversion['codename'] = "r124"; 43 43 44 44 // onInstall, onUpdate, onUninstall … … 235 235 'func_num' => $b_no, 236 236 ); 237 $b_no++; 238 $modversion['blocks'][$b_no] = array( 239 'file' => 'sidebar_block.php' , 240 'name' => constant('_MI_XPRESS_BLOCK_SIDEBAR') , 241 'description' => '' , 242 'show_func' => "b_". $mydirname . "_sidebar_show" , 243 'edit_func' => '' , 244 'options' => '' , 245 'can_clone' => false , 246 'func_num' => $b_no, 247 ); 237 248 238 249
Note: See TracChangeset
for help on using the changeset viewer.