r100233 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100232‎ | r100233 | r100234 >
Date:15:48, 19 October 2011
Author:yaron
Status:deferred
Tags:
Comment:
New version: 0.8.4
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.3]]
 2+[[Semantic Drilldown 0.8.4]]
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.3' );
 17+define( 'SD_VERSION', '0.8.4' );
1818
1919 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array(
2020 'path' => __FILE__,