XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 20, 2009, 12:47:52 PM (15 years ago)
Author:
toemon
Message:

サイドバーの追加 と アーカイブブロックの修正 #74 bump Ver0.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r124 r125  
    3131$modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 
    3232$modversion['description'] = constant( '_MI_XPRESS_DESC'); 
    33 $modversion['version'] = "0.10"; 
     33$modversion['version'] = "0.11"; 
    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'] = "r124"; 
     42$modversion['codename'] = "r125"; 
    4343 
    4444// onInstall, onUpdate, onUninstall 
     
    165165        'show_func'     => "b_". $mydirname . "_archives_show" , 
    166166        'edit_func'     => "b_". $mydirname . "_archives_edit" , 
    167         'options'               => $mydirname. '||1|10|1|0' , 
    168         'can_clone'             => false , 
     167        'options'               => $mydirname. '||monthly|0|1|0' , 
     168        'can_clone'             => true , 
    169169        'func_num'              => $b_no,        
    170170); 
Note: See TracChangeset for help on using the changeset viewer.