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' ); |
| 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 |
— | — | @@ -2,6 +2,10 @@ |
3 | 3 | http://semantic-mediawiki.org/wiki/Semantic_Result_Formats |
4 | 4 | |
5 | 5 | |
| 6 | +== SRF 1.6.1 == |
| 7 | + |
| 8 | +* Fixed rendering bug in the tagcloud format occuring for inline queries. |
| 9 | + |
6 | 10 | == SRF 1.6 == |
7 | 11 | |
8 | 12 | Released on July 30, 2011. |