XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 29, 2009, 2:09:34 PM (15 years ago)
Author:
toemon
Message:

デフォルトテーマxpress_defaultの調整 bump Ver0.18
メインメニューにwordPress管理とXPressME設定を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r138 r141  
    3131$modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 
    3232$modversion['description'] = constant( '_MI_XPRESS_DESC'); 
    33 $modversion['version'] = "0.17"; 
     33$modversion['version'] = "0.18"; 
    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'] = "r138"; 
     42$modversion['codename'] = "r141"; 
    4343 
    4444// onInstall, onUpdate, onUninstall 
     
    8787        $modversion['sub'][2]['name'] = constant( '_MI_XPRESS_MENU_EDIT'); 
    8888        $modversion['sub'][2]['url'] = "wp-admin/edit.php"; 
     89        $modversion['sub'][3]['name'] = constant( '_MI_XPRESS_MENU_ADMIN'); 
     90        $modversion['sub'][3]['url'] = "wp-admin/"; 
     91        $modversion['sub'][4]['name'] = constant( '_MI_XPRESS_MENU_XPRESS'); 
     92        $modversion['sub'][4]['url'] = "wp-admin/options-general.php?page=xpressme_config"; 
    8993} 
    9094 
Note: See TracChangeset for help on using the changeset viewer.