Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -1,6 +1,20 @@ |
2 | 2 | For a documentation of all features, see |
3 | 3 | http://semantic-mediawiki.org/wiki/Semantic_Result_Formats |
4 | 4 | |
| 5 | + |
| 6 | +== SRF 1.4.5 == |
| 7 | + |
| 8 | +Released on June 3 2009. |
| 9 | + |
| 10 | +New formats in this version are: |
| 11 | +* outline (written by Yaron Koren) |
| 12 | + |
| 13 | +Other changes: |
| 14 | +* the 'ploticus' format was disabled, due to a security hole |
| 15 | +* the 'calendar' format no longer requires disabling of caching |
| 16 | +* imagemap links were fixed for the 'graph' format |
| 17 | +* handling was added for the Admin Links extension |
| 18 | + |
5 | 19 | == SRF 1.4.4 == |
6 | 20 | |
7 | 21 | Released on April 16 2009. |
Index: trunk/extensions/SemanticResultFormats/README |
— | — | @@ -83,7 +83,7 @@ |
84 | 84 | === ploticus === |
85 | 85 | |
86 | 86 | Creates a variety of graph types using the Ploticus application, which must be |
87 | | -installed. |
| 87 | +installed (this format is currently disabled, due to a security hole). |
88 | 88 | |
89 | 89 | === graph === |
90 | 90 | |
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | die( 'Not an entry point.' ); |
11 | 11 | } |
12 | 12 | |
13 | | -define('SRF_VERSION', '1.4.4'); |
| 13 | +define('SRF_VERSION', '1.4.5'); |
14 | 14 | |
15 | 15 | $srfgScriptPath = $wgScriptPath . '/extensions/SemanticResultFormats'; |
16 | 16 | $srfgIP = $IP . '/extensions/SemanticResultFormats'; |