| 25 |
|
|
| 26 |
if ( ! defined( 'XOOPS_ROOT_PATH' ) ) exit(); |
if ( ! defined( 'XOOPS_ROOT_PATH' ) ) exit(); |
| 27 |
|
|
| 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.31 -> 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 |
// 1.33 -> 1.4 support XooNIps v3.4x |
| 34 |
// 1.4 -> 1.41 update some functions |
// 1.4 -> 1.5 support XooNIps v3.4.7 and Junii2Ver.3 |
|
// 1.41 -> 1.50 update some functions and bug fix |
|
| 35 |
|
|
| 36 |
$modversion['name'] = _MI_XNPARTICLE_NAME; |
$modversion['name'] = _MI_XNPARTICLE_NAME; |
| 37 |
$modversion['version'] = 1.50; |
$modversion['version'] = 1.50; |
| 71 |
$modversion['templates'][6]['description'] = 'transfer item detail block'; |
$modversion['templates'][6]['description'] = 'transfer item detail block'; |
| 72 |
$modversion['templates'][7]['file'] = 'xnparticle_transfer_item_list.html'; // 2009.2.18 |
$modversion['templates'][7]['file'] = 'xnparticle_transfer_item_list.html'; // 2009.2.18 |
| 73 |
$modversion['templates'][7]['description'] = 'transfer item list block'; |
$modversion['templates'][7]['description'] = 'transfer item list block'; |
| 74 |
|
$modversion['templates'][8]['file'] = 'xnparticle_oaipmh_oai_dc.xml'; // 2013.8.8 |
| 75 |
|
$modversion['templates'][8]['description'] = 'OAI-PMH oai_dc'; |
| 76 |
|
$modversion['templates'][9]['file'] = 'xnparticle_oaipmh_junii2.xml'; // 2013.8.8 |
| 77 |
|
$modversion['templates'][9]['description'] = 'OAI-PMH junii2'; |
| 78 |
|
|
| 79 |
// config |
// config |
| 80 |
include_once( XOOPS_ROOT_PATH.'/modules/xoonips/condefs.php' ); |
include_once( XOOPS_ROOT_PATH.'/modules/xoonips/condefs.php' ); |