r69159 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69158‎ | r69159 | r69160 >
Date:22:02, 7 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.6.4 release (still need the release-notes)
Modified paths:
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -6,6 +6,8 @@
77 http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
88
99
 10+TODO
 11+
1012 === Semantic Maps 0.6.3 ===
1113 (2010-06-20)
1214
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.4 rc1' );
 39+ define( 'SM_VERSION', '0.6.4' );
4040
4141 $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
4242 $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';

Status & tagging log