r100125 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100124‎ | r100125 | r100126 >
Date:17:24, 18 October 2011
Author:yaron
Status:deferred
Tags:
Comment:
New version: 0.6.7
Modified paths:
  • /trunk/extensions/SemanticInternalObjects/README (modified) (history)
  • /trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php
@@ -9,14 +9,14 @@
1010
1111 if ( !defined( 'MEDIAWIKI' ) ) die();
1212
13 -define( 'SIO_VERSION', '0.6.6' );
 13+define( 'SIO_VERSION', '0.6.7' );
1414
1515 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array(
1616 'path' => __FILE__,
1717 'name' => 'Semantic Internal Objects',
18 - 'version' => SIO_VERSION,
19 - 'author' => 'Yaron Koren',
20 - 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Internal_Objects',
 18+ 'version' => SIO_VERSION,
 19+ 'author' => 'Yaron Koren',
 20+ 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Internal_Objects',
2121 'descriptionmsg' => 'semanticinternalobjects-desc',
2222 );
2323
Index: trunk/extensions/SemanticInternalObjects/README
@@ -1,6 +1,6 @@
22 Semantic Internal Objects Extension
33
4 - Version 0.6.6
 4+ Version 0.6.7
55 Yaron Koren
66
77 This is free software licensed under the GNU General Public License. Please