Changeset 193
- Timestamp:
- Apr 23, 2009, 12:21:48 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/custom_functions.php
r184 r193 86 86 $xpress_version = $xoops_config->module_version; 87 87 $xpress_codename = $xoops_config->module_codename; 88 $ret = '<a href="http:// www.toemon.com"'. " target='_blank'" . '>XPressME Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>';88 $ret = '<a href="http://ja.xpressme.info"'. " target='_blank'" . '>XPressME Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>'; 89 89 if (strstr($wp_version,'ME')){ 90 90 $ret .= '(included <a href="http://wpme.sourceforge.jp/" title="Powered by WordPress"'." target='_blank'". '>WordPress ' . $wp_version . '</a>)'; -
trunk/wp-content/plugins/xpressme/xpressme.php
r182 r193 2 2 /* 3 3 Plugin Name: Plugin for XPressME 4 Plugin URI: http:// www.toemon.com4 Plugin URI: http://ja.xpressme.info 5 5 Description: Plugin for XPressME (custom function,filter,action) 6 6 Author: toemon 7 Version: 0.0018 Author URI: http:// www.toemon.com7 Version: 1.0 8 Author URI: http://ja.xpressme.info 9 9 */ 10 10 require_once('xpressme_class.php'); -
trunk/xoops_version.php
r188 r193 7 7 * @copyright toemon 8 8 * @license GNU public license 9 * @author "toemon ( http:// www.toemon.com)"9 * @author "toemon ( http://ja.xpressme.info)" 10 10 * @package module::xpressme 11 11 */ … … 32 32 $modversion['description'] = constant( '_MI_XP2_DESC'); 33 33 $modversion['version'] = "2.00"; 34 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http:// www.toemon.com) ;";35 $modversion['author'] = "toemon (http:// www.toemon.com)";34 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://ja.xpressme.info) ;"; 35 $modversion['author'] = "toemon (http://ja.xpressme.info)"; 36 36 $modversion['license'] = "GPL see LICENSE"; 37 37 $modversion['official'] = 0 ; … … 40 40 41 41 // status 42 $modversion['codename'] = "Bata3(r1 88)";42 $modversion['codename'] = "Bata3(r193)"; 43 43 44 44 // onInstall, onUpdate, onUninstall
Note: See TracChangeset
for help on using the changeset viewer.