summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/RELEASE-NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/RELEASE-NOTES.md')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/RELEASE-NOTES.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/RELEASE-NOTES.md b/www/wiki/extensions/SemanticResultFormats/RELEASE-NOTES.md
index 824be8e0..2c63772c 100644
--- a/www/wiki/extensions/SemanticResultFormats/RELEASE-NOTES.md
+++ b/www/wiki/extensions/SemanticResultFormats/RELEASE-NOTES.md
@@ -1,4 +1,26 @@
-These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) MediaWiki extension.
+These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) (a.k.a SRF) MediaWiki extension.
+
+## SRF 3.1.0
+
+Released on August 18, 2019.
+
+* Minimum requirement for
+ * PHP changed to version 7.0 and later
+ * MediaWiki changed to version 1.31 and later
+* Added compatibility with Semantic MediaWiki 3.1.x
+* Improved compatibility with PHP 7.2+
+* Added `spreadsheet` format (by Stephan Gambke)
+* Deprecated `excel` format (by Stephan Gambke)
+* Added `gantt` result format (by Sebastian Schmid)
+* Added `filename` parameter to the `vcard` format (by James Hong Kong)
+* Added `template` parameter to the `outline` format (by James Hong Kong)
+* Added css `class` parameter to the `tree` format (by Stephan Gambke)
+* Improved `timeseries` format (by Christian Zagrodnick)
+ * Fixed `uncaught exception: Invalid dimensions for plot`
+ * Only correct plot height when there are tabs
+* Other bug fixes and code improvements
+* Made the extension installable without the `php-gd` PHP extension
+* Updated translations (by translatewiki.net community)
## SRF 3.0.1