r89659 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89658‎ | r89659 | r89660 >
Date:17:19, 7 June 2011
Author:yaron
Status:deferred
Tags:
Comment:
New version: 0.6.4
Modified paths:
  • /trunk/extensions/SemanticInternalObjects/README (modified) (history)
  • /trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php
@@ -9,7 +9,7 @@
1010
1111 if ( !defined( 'MEDIAWIKI' ) ) die();
1212
13 -define( 'SIO_VERSION', '0.6.4 alpha' );
 13+define( 'SIO_VERSION', '0.6.4' );
1414
1515 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array(
1616 'path' => __FILE__,
Index: trunk/extensions/SemanticInternalObjects/README
@@ -1,6 +1,6 @@
22 Semantic Internal Objects Extension
33
4 - Version 0.6.3
 4+ Version 0.6.4
55 Yaron Koren
66
77 This is free software licensed under the GNU General Public License. Please
@@ -67,8 +67,8 @@
6868
6969 == Requirements ==
7070
71 -This version of the Semantic Internal Objects extension requires MediaWiki 1.8
72 -or higher and Semantic MediaWiki 1.4 or higher.
 71+This version of the Semantic Internal Objects extension requires MediaWiki 1.11
 72+or higher and Semantic MediaWiki 1.5.2 or higher.
7373
7474 == Installation ==
7575