Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | die( 'Not an entry point.' ); |
22 | 22 | } |
23 | 23 | |
24 | | -define( 'SRF_VERSION', '1.6.1 alpha' ); |
| 24 | +define( 'SRF_VERSION', '1.6.1' ); |
25 | 25 | |
26 | 26 | // Require the settings file. |
27 | 27 | require dirname( __FILE__ ) . '/SRF_Settings.php'; |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -4,10 +4,12 @@ |
5 | 5 | |
6 | 6 | == SRF 1.6.1 == |
7 | 7 | |
| 8 | +Released on August 20, 2011. |
| 9 | + |
8 | 10 | * Fixed rendering bug in the tagcloud format occuring for inline queries. |
9 | 11 | * Fixed jqPlotBar and jqPlotPie rendering on Special:Ask and other special pages. |
10 | 12 | * 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. |
12 | 14 | |
13 | 15 | == SRF 1.6 == |
14 | 16 | |