http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95090

Revision: 95090
Author:   jeroendedauw
Date:     2011-08-20 15:08:14 +0000 (Sat, 20 Aug 2011)
Log Message:
-----------
1.6.1 rel

Modified Paths:
--------------
    trunk/extensions/SemanticResultFormats/RELEASE-NOTES
    trunk/extensions/SemanticResultFormats/SemanticResultFormats.php

Modified: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2011-08-20 
15:01:23 UTC (rev 95089)
+++ trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2011-08-20 
15:08:14 UTC (rev 95090)
@@ -4,10 +4,12 @@
 
 == SRF 1.6.1 ==
 
+Released on August 20, 2011.
+
 * Fixed rendering bug in the tagcloud format occuring for inline queries.
 * Fixed jqPlotBar and jqPlotPie rendering on Special:Ask and other special 
pages. 
 * Cleaned up the jqPlotBar format somewhat.
-* Dropped compatibility with SMW < 1.6 for the TagCloud format.
+* Dropped compatibility with SMW < 1.6 for the tagcloud format.
 
 == SRF 1.6 ==
 

Modified: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
===================================================================
--- trunk/extensions/SemanticResultFormats/SemanticResultFormats.php    
2011-08-20 15:01:23 UTC (rev 95089)
+++ trunk/extensions/SemanticResultFormats/SemanticResultFormats.php    
2011-08-20 15:08:14 UTC (rev 95090)
@@ -20,7 +20,7 @@
        die( 'Not an entry point.' );
 }
 
-define( 'SRF_VERSION', '1.6.1 alpha' );
+define( 'SRF_VERSION', '1.6.1' );
 
 // Require the settings file.
 require dirname( __FILE__ ) . '/SRF_Settings.php';


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to