r82182 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82181‎ | r82182 | r82183 >
Date:19:41, 15 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.7.5 rc
Modified paths:
  • /trunk/extensions/SemanticMaps/INSTALL (modified) (history)
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Maps 0.7.4]]
 2+[[Semantic Maps 0.7.5]]
33
44 You can find a wiki version of this document, which includes various helpfull links, at
55 http://mapping.referata.com/wiki/Help:Installation#Semantic_Maps
Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -7,6 +7,11 @@
88 http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
99
1010
 11+=== Semantic Maps 0.7.5 ===
 12+(2011-02-16)
 13+
 14+Maintenance release matching Maps 0.7.5.
 15+
1116 === Semantic Maps 0.7.4 ===
1217 (2011-01-20)
1318
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.5 alpha' );
 42+ define( 'SM_VERSION', '0.7.5 rc' );
4343
4444 $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
4545 $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';

Status & tagging log