| 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/) "; |
| 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' ); |