r94432 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94431‎ | r94432 | r94433 >
Date:21:13, 13 August 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.0.1 RC
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 1.0.1 ===
12 -(2011-xx-xx)
 12+(2011-08-17)
1313
1414 * Fixed handling of the semantic link caption in the geographical coordinate datavalue class.
1515
Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -45,7 +45,7 @@
4646 die( '<b>Error:</b> This version of Semantic Maps requires Semantic MediaWiki 1.6 or above; use Semantic Maps 0.7.x for older versions.' );
4747 }
4848
49 -define( 'SM_VERSION', '1.0.1 alpha' );
 49+define( 'SM_VERSION', '1.0.1 RC' );
5050
5151 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
5252 'path' => __FILE__,