Skip to content

Commit ecbf369

Browse files
committed
3.2.0 release
1 parent 6cae0f4 commit ecbf369

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ These are the release notes for the [Semantic Result Formats](https://www.semant
22

33
## SRF 3.2.0
44

5-
Under development
5+
Released on August 27, 2020.
66

77
* 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))
88
* Added `hidezeroes` parameter to the `jqplotseries` format (by [Professional.Wiki][ProWiki])
99
* Added `graphfontsize` parameter to the `graph` format
10-
* Improved compatibility with upcomming MediaWiki versions
10+
* Improved compatibility with upcoming MediaWiki versions
1111

1212
## SRF 3.1.0
1313

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"name": "Jeroen De Dauw",
1919
"email": "jeroendedauw@gmail.com",
20-
"homepage": "https://www.entropywins.wtf/",
20+
"homepage": "https://www.entropywins.wtf/mediawiki",
2121
"role": "Developer"
2222
},
2323
{
@@ -84,4 +84,4 @@
8484
"phpunit": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist",
8585
"integration": "composer phpunit -- --testsuite=semantic-result-formats-integration"
8686
}
87-
}
87+
}

docs/COMPATIBILITY.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,26 @@ minimum requirements are indicated in bold.
1717
<th>Semantic MediaWiki</th>
1818
<th>Release status</th>
1919
</tr>
20+
<tr>
21+
<th>3.3.x</th>
22+
<td>7.1.0 - 7.4.x+</td>
23+
<td>1.31 - 1.35+</td>
24+
<td>3.0.x - 3.2.x+</td>
25+
<td>Future release</td>
26+
<tr>
2027
<tr>
2128
<th>3.2.x</th>
2229
<td><strong>7.1.0</strong> - 7.4.x</td>
23-
<td>1.31 - 1.33+</td>
24-
<td>3.0.x - 3.1.x+</td>
25-
<td>Future release</td>
30+
<td>1.31 - 1.35</td>
31+
<td>3.0.x - 3.2.x</td>
32+
<td><strong>Stable release</strong></td>
2633
<tr>
2734
<tr>
2835
<th>3.1.x</th>
2936
<td><strong>7.0.0</strong> - 7.3.x</td>
3037
<td><strong>1.31</strong> - 1.33</td>
3138
<td>3.0.x - 3.1.x</td>
32-
<td><strong>Stable release</strong></td>
39+
<td>Obsolete release, no support</td>
3340
<tr>
3441
<tr>
3542
<th>3.0.x</th>

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SemanticResultFormats",
3-
"version": "3.2.0-alpha",
3+
"version": "3.2.0",
44
"author": [
55
"James Hong Kong",
66
"Stephan Gambke",

0 commit comments

Comments
 (0)