r69958 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69957‎ | r69958 | r69959 >
Date:18:57, 26 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.6.5 release
Modified paths:
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -7,7 +7,7 @@
88
99
1010 === Semantic Maps 0.6.5 ===
11 -(2010-07-xx)
 11+(2010-07-26)
1212
1313 ==== New features ====
1414
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 rc1' );
 39+ define( 'SM_VERSION', '0.6.5' );
4040
4141 $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
4242 $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';

Status & tagging log