r95090 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95089‎ | r95090 | r95091 >
Date:15:08, 20 August 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.6.1 rel
Modified paths:
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -20,7 +20,7 @@
2121 die( 'Not an entry point.' );
2222 }
2323
24 -define( 'SRF_VERSION', '1.6.1 alpha' );
 24+define( 'SRF_VERSION', '1.6.1' );
2525
2626 // Require the settings file.
2727 require dirname( __FILE__ ) . '/SRF_Settings.php';
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -4,10 +4,12 @@
55
66 == SRF 1.6.1 ==
77
 8+Released on August 20, 2011.
 9+
810 * Fixed rendering bug in the tagcloud format occuring for inline queries.
911 * Fixed jqPlotBar and jqPlotPie rendering on Special:Ask and other special pages.
1012 * Cleaned up the jqPlotBar format somewhat.
11 -* Dropped compatibility with SMW < 1.6 for the TagCloud format.
 13+* Dropped compatibility with SMW < 1.6 for the tagcloud format.
1214
1315 == SRF 1.6 ==
1416