From ecbf369424ae5cd59315a4dca24f50d3af70702a Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 27 Aug 2020 17:53:44 +0200 Subject: [PATCH] 3.2.0 release --- RELEASE-NOTES.md | 4 ++-- composer.json | 4 ++-- docs/COMPATIBILITY.md | 15 +++++++++++---- extension.json | 2 +- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c0fc09126..6b4560c48 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,12 +2,12 @@ These are the release notes for the [Semantic Result Formats](https://www.semant ## SRF 3.2.0 -Under development +Released on August 27, 2020. * Added new statistical result formats `mode`, `variance`, `samplevariance`, `standarddeviation`, `samplestandarddeviation`, `quartilupper`, `quartilupper.exc`, `quartillower`, `quartillower.exc`, `interquartilerange`, `interquartilerange.exc`, `interquartilemean` (by [KDZ](https://www.kdz.eu)) * Added `hidezeroes` parameter to the `jqplotseries` format (by [Professional.Wiki][ProWiki]) * Added `graphfontsize` parameter to the `graph` format -* Improved compatibility with upcomming MediaWiki versions +* Improved compatibility with upcoming MediaWiki versions ## SRF 3.1.0 diff --git a/composer.json b/composer.json index 79a88a10d..844e0cd9c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ { "name": "Jeroen De Dauw", "email": "jeroendedauw@gmail.com", - "homepage": "https://www.entropywins.wtf/", + "homepage": "https://www.entropywins.wtf/mediawiki", "role": "Developer" }, { @@ -84,4 +84,4 @@ "phpunit": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist", "integration": "composer phpunit -- --testsuite=semantic-result-formats-integration" } -} \ No newline at end of file +} diff --git a/docs/COMPATIBILITY.md b/docs/COMPATIBILITY.md index 95563d080..9d2956c65 100644 --- a/docs/COMPATIBILITY.md +++ b/docs/COMPATIBILITY.md @@ -17,19 +17,26 @@ minimum requirements are indicated in bold. Semantic MediaWiki Release status + + 3.3.x + 7.1.0 - 7.4.x+ + 1.31 - 1.35+ + 3.0.x - 3.2.x+ + Future release + 3.2.x 7.1.0 - 7.4.x - 1.31 - 1.33+ - 3.0.x - 3.1.x+ - Future release + 1.31 - 1.35 + 3.0.x - 3.2.x + Stable release 3.1.x 7.0.0 - 7.3.x 1.31 - 1.33 3.0.x - 3.1.x - Stable release + Obsolete release, no support 3.0.x diff --git a/extension.json b/extension.json index 0289e5879..7b3f44c3d 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SemanticResultFormats", - "version": "3.2.0-alpha", + "version": "3.2.0", "author": [ "James Hong Kong", "Stephan Gambke",