Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips-library/xnparticle/xoops_version.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.10 by ken_ko, Tue Jul 22 09:03:07 2008 UTC revision 1.11 by ken_ko, Fri Feb 27 07:10:37 2009 UTC
# Line 28  if ( ! defined( 'XOOPS_ROOT_PATH' ) ) ex Line 28  if ( ! defined( 'XOOPS_ROOT_PATH' ) ) ex
28  // 1.0 -> 1.2 support XooNIps v3.24  // 1.0 -> 1.2 support XooNIps v3.24
29  // 1.2 -> 1.3 support XooNIps v3.3x  // 1.2 -> 1.3 support XooNIps v3.3x
30  // 1.3 -> 1.31 support XooNIps v3.31 and bug fix  // 1.3 -> 1.31 support XooNIps v3.31 and bug fix
31  // 1.3 -> 1.32 support XooNIps v3.32 bug fix  // 1.31 -> 1.32 support XooNIps v3.32 bug fix
32  // 1.32 -> 1.33 add function on detail page  and bug fix  // 1.32 -> 1.33 add function on detail page  and bug fix
33    // 1.33 -> 1.4 support XooNIps v3.4x
34    
35  $modversion['name']        = _MI_XNPARTICLE_NAME;  $modversion['name']        = _MI_XNPARTICLE_NAME;
36  $modversion['version']     = 1.33;  $modversion['version']     = 1.40;
37  $modversion['description'] = _MI_XNPARTICLE_DESC;  $modversion['description'] = _MI_XNPARTICLE_DESC;
38  $modversion['credits']     = "Keio University(http://www.lib.keio.ac.jp/) and RIKEN, Japan(http://www.riken.jp/)";  $modversion['credits']     = "Keio University(http://www.lib.keio.ac.jp/) and RIKEN, Japan(http://www.riken.jp/)";
39  $modversion['author']      = "The XooNIps Library Module Project(http://sourceforge.jp/projects/xoonips-library/) ";  $modversion['author']      = "The XooNIps Library Module Project(http://sourceforge.jp/projects/xoonips-library/) ";
# Line 65  $modversion['templates'][4]['file'] = 'x Line 66  $modversion['templates'][4]['file'] = 'x
66  $modversion['templates'][4]['description'] = 'confirm block';  $modversion['templates'][4]['description'] = 'confirm block';
67  $modversion['templates'][5]['file'] = 'xnparticle_search_block.html';  $modversion['templates'][5]['file'] = 'xnparticle_search_block.html';
68  $modversion['templates'][5]['description'] = 'search block';  $modversion['templates'][5]['description'] = 'search block';
69    $modversion['templates'][6]['file'] = 'xnparticle_transfer_item_detail.html'; // 2009.2.18
70    $modversion['templates'][6]['description'] = 'transfer item detail block';
71    $modversion['templates'][7]['file'] = 'xnparticle_transfer_item_list.html';   // 2009.2.18
72    $modversion['templates'][7]['description'] = 'transfer item list block';
73    
74  // config  // config
75  include_once( XOOPS_ROOT_PATH.'/modules/xoonips/condefs.php' );  include_once( XOOPS_ROOT_PATH.'/modules/xoonips/condefs.php' );

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26