Skip to content

Commit e1956df

Browse files
authored
Release version 3.0.1 (#481)
* Update RELEASE-NOTES.md * Update INSTALL.md * Update extension.json
1 parent de0ef97 commit e1956df

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

RELEASE-NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) MediaWiki extension.
22

3+
## SRF 3.0.1
4+
5+
Released on March 27, 2019.
6+
7+
* [#391](https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/391) Updates build tools, thus fixing a security issue for the "filtered" format (by Stephan Gambke)
8+
* [#444](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/444) Removed a feature switch, now always using `TraditionalImageGallery`; fixes a potential "method not found" warning both for the "gallery" format (by Stephan Gambke)
9+
* [#462](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/462) Removed usage of `$this->mFormat` which was no longer taken into account thus fixing the "listwidget" format (by Stephan Gambke)
10+
* [#471](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/471) Updated to secure versions of dependencies for the "filtered" format (by Stephan Gambke)
11+
* Updated translations (by translatewiki.net community)
12+
313
## SRF 3.0.0
414

515
Released on October 12, 2018.

docs/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ These are the installation and configuration instructions for [Semantic Result F
1212
<th>Git branch</th>
1313
</tr>
1414
<tr>
15-
<th><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/docs/RELEASE-NOTES.md">SRF 3.0.x</a></th>
15+
<th><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/docs/RELEASE-NOTES.md">SRF 3.0.1</a></th>
1616
<td>Stable version</td>
17-
<td>2018-10-11</td>
17+
<td>2019-03-27</td>
1818
<td><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/tree/3.0.x">3.0.x</a></td>
1919
</tr>
2020
<tr>

extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "SemanticResultFormats",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"author": [
55
"James Hong Kong",
66
"Stephan Gambke",
77
"Jeroen De Dauw",
88
"Yaron Koren",
99
"..."
1010
],
11-
"url": "https://www.semantic-mediawiki.org/wiki/Semantic_Result_Formats",
11+
"url": "https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats",
1212
"descriptionmsg": "srf-desc",
1313
"namemsg": "srf-name",
1414
"license-name": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)