r100734 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100733‎ | r100734 | r100735 >
Date:19:59, 25 October 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
throw out bc code
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,6 +7,10 @@
88 http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
99
1010
 11+=== Semantic Maps 1.0.5 ===
 12+(201x-xx-xx)
 13+
 14+
1115 === Semantic Maps 1.0.4 ===
1216 (2011-10-15)
1317
Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -49,9 +49,9 @@
5050 die( '<b>Error:</b> This version of Semantic Maps requires Semantic MediaWiki 1.7 or above; use Semantic Maps 1.0 to 1.0.3 for SMW 1.6 to 1.6.1.' );
5151 }
5252
53 -define( 'SM_VERSION', '1.0.4' );
 53+define( 'SM_VERSION', '1.0.5 alpha' );
5454
55 -$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
 55+$wgExtensionCredits['semantic'][] = array(
5656 'path' => __FILE__,
5757 'name' => 'Semantic Maps',
5858 'version' => SM_VERSION,

Status & tagging log