r100236 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100235‎ | r100236 | r100237 >
Date:16:04, 19 October 2011
Author:yaron
Status:deferred
Tags:
Comment:
On second thought, let's make this version 1.0
Modified paths:
  • /trunk/extensions/SemanticDrilldown/INSTALL (modified) (history)
  • /trunk/extensions/SemanticDrilldown/SemanticDrilldown.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Drilldown 0.8.4]]
 2+[[Semantic Drilldown 1.0]]
33
44 Contents:
55 * Disclaimer
Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php
@@ -13,7 +13,7 @@
1414
1515 if ( !defined( 'MEDIAWIKI' ) ) die();
1616
17 -define( 'SD_VERSION', '0.8.4' );
 17+define( 'SD_VERSION', '1.0' );
1818
1919 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array(
2020 'path' => __FILE__,