XPressME Integration Kit

Trac

Changeset 133


Ignore:
Timestamp:
Mar 22, 2009, 11:31:21 AM (15 years ago)
Author:
toemon
Message:

ファイルの移動、 bump ver0.14

Location:
trunk
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/wp-config.php

    r132 r133  
    11<?php 
    22require_once dirname( __FILE__ ).'/include/xpress_debug_log.php' ; 
    3 require_once dirname( __FILE__ ).'/include/config_from_xoops.class.php' ; 
     3require_once dirname( __FILE__ ).'/class/config_from_xoops.class.php' ; 
    44$xoops_config = new ConfigFromXoops; 
    55require_once dirname( __FILE__ ).'/include/set_cash_cookie_path.php' ; 
  • trunk/wp-content/plugins/xpressme/include/xpress_common_functions.php

    r104 r133  
    22global $xoops_config; 
    33if (!is_object($xoops_config)){ // is call other modules 
    4         require_once dirname(dirname(dirname(dirname(dirname( __FILE__ ))))) .'/include/config_from_xoops.class.php' ; 
     4        require_once dirname(dirname(dirname(dirname(dirname( __FILE__ ))))) .'/class/config_from_xoops.class.php' ; 
    55        $xoops_config = new ConfigFromXoops; 
    66} 
  • trunk/xoops_version.php

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