r70112 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70111‎ | r70112 | r70113 >
Date:21:22, 28 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Incremented version number to 0.6.6
Modified paths:
  • /trunk/extensions/SemanticMaps/INSTALL (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Maps 0.6.5]]
 2+[[Semantic Maps 0.6.6]]
33
44 Make sure you have Semantic MediaWiki, Maps and Validator successfully installed before proceeding
55 withthe installation. Semantic Maps and Maps are always released together. This means you should
Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -35,7 +35,7 @@
3636
3737 // Only initialize the extension when all dependencies are present.
3838 if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) {
39 - define( 'SM_VERSION', '0.6.5' );
 39+ define( 'SM_VERSION', '0.6.6 alpha' );
4040
4141 $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
4242 $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';

Status & tagging log