r95366 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95365‎ | r95366 | r95367 >
Date:00:59, 24 August 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.0.2
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 1.0.1]]
 2+[[Semantic Maps 1.0.2]]
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 1.0.2 ===
 12+(2011-08-24)
 13+
 14+* Matching Maps 1.0.2 release.
 15+
1116 === Semantic Maps 1.0.1 ===
1217 (2011-08-17)
1318
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' );
 49+define( 'SM_VERSION', '1.0.2' );
5050
5151 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
5252 'path' => __FILE__,