XPressME Integration Kit

Trac

Changeset 156


Ignore:
Timestamp:
Apr 5, 2009, 10:21:01 PM (15 years ago)
Author:
toemon
Message:

bump Ver0.24 Xreaにインストールすると、メディアのアップロードパス設置がwp-content/uploadsdではなく wp-contentになってしまうバグ修正

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/oninstall.php

    r152 r156  
    7777        /* add new option for uploads */ 
    7878//      update_option('uploads_use_yearmonth_folders', 1); 
    79 //      update_option('upload_path', $module->getVar("dirname")); 
     79        update_option('upload_path', 'wp-content/uploads'); 
    8080         
    8181                 
  • trunk/xoops_version.php

    r152 r156  
    3131$modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 
    3232$modversion['description'] = constant( '_MI_XPRESS_DESC'); 
    33 $modversion['version'] = "0.23"; 
     33$modversion['version'] = "0.24"; 
    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'] = "r152"; 
     42$modversion['codename'] = "r156"; 
    4343 
    4444// onInstall, onUpdate, onUninstall 
Note: See TracChangeset for help on using the changeset viewer.