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.14 by ken_ko, Wed Oct 27 10:44:30 2010 UTC revision 1.15 by ken_ko, Tue Jun 10 05:25:44 2014 UTC
# Line 25  Line 25 
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;
# Line 72  $modversion['templates'][6]['file'] = 'x Line 71  $modversion['templates'][6]['file'] = 'x
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' );

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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