r75362 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75361‎ | r75362 | r75363 >
Date:16:25, 25 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.7.2 rc1
Modified paths:
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -8,7 +8,7 @@
99
1010
1111 === Semantic Maps 0.7.2 ===
12 -(2010-10-2x)
 12+(2010-10-28)
1313
1414 ==== Bug fixes ====
1515
Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -38,7 +38,7 @@
3939
4040 // Only initialize the extension when all dependencies are present.
4141 if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) {
42 - define( 'SM_VERSION', '0.7.2 alpha' );
 42+ define( 'SM_VERSION', '0.7.2 rc1' );
4343
4444 $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
4545 $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';

Status & tagging log