Skip to content

Commit 4ad6f2d

Browse files
authored
2.5.4 release (#352)
* Update RELEASE-NOTES.md ** Provide information on SRF 2.5.4 * Update INSTALL.md ** Update for the information on the SRF 2.5.4 release ** Update minimum requirement of SMW according to the respective releases "composer.json" files ** Add recommendation to always use supported software, MediaWiki as well as Semantic MediaWiki * Update SemanticResultFormats.php ** Bump version
1 parent 0806f7b commit 4ad6f2d

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

INSTALL.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ These are the installation and configuration instructions for [Semantic Result F
1818
<td><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/tree/master">master</a></td>
1919
</tr>
2020
<tr>
21-
<th><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/docs/RELEASE-NOTES.md">SRF 2.5.3</a></th>
21+
<th><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/docs/RELEASE-NOTES.md">SRF 2.5.4</a></th>
2222
<td>Stable version</td>
23-
<td>2017-10-25</td>
23+
<td>2017-11-13</td>
2424
<td><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/tree/2.5.x">2.5.x</a></td>
2525
</tr>
2626
<tr>
@@ -90,36 +90,36 @@ minimum requirements are indicated in bold.
9090
<th>SRF 3.0.x</th>
9191
<td><strong>5.6.x</strong> - latest</td>
9292
<td><strong>1.27</strong> - latest</td>
93-
<td>2.x</td>
93+
<td>3.x</td>
9494
<tr>
9595
<tr>
9696
<th>SRF 2.5.x</th>
9797
<td><strong>5.5.x</strong> - 7.0.x</td>
9898
<td><strong>1.23</strong> - 1.29</td>
99-
<td>2.x</td>
99+
<td>2.1.x</td>
100100
<tr>
101101
<th>SRF 2.4.x</th>
102102
<td>5.3.2 - 7.0.x</td>
103103
<td>1.19 - 1.28</td>
104-
<td>2.x</td>
104+
<td>2.1.x</td>
105105
</tr>
106106
<tr>
107107
<th>SRF 2.3.x</th>
108108
<td>5.3.2 - 5.6.x</td>
109109
<td>1.19 - 1.25</td>
110-
<td>2.x</td>
110+
<td>2.1.x</td>
111111
</tr>
112112
<tr>
113113
<th>SRF 2.2.x</th>
114114
<td>5.3.2 - 5.6.x</td>
115115
<td>1.19 - 1.25</td>
116-
<td>2.x</td>
116+
<td>2.1.x</td>
117117
</tr>
118118
<tr>
119119
<th>SRF 2.1.x</th>
120120
<td>5.3.2 - 5.6.x</td>
121121
<td>1.19 - 1.24</td>
122-
<td>2.x</td>
122+
<td>2.1.x</td>
123123
</tr>
124124
<tr>
125125
<th>SRF 2.0.x</th>
@@ -147,6 +147,10 @@ minimum requirements are indicated in bold.
147147
</tr>
148148
</table>
149149

150+
**Note:**
151+
* It is strongly recommended to also always upgrade the underlying MediaWiki software to supported versions. See the [version lifecycle](https://www.mediawiki.org/wiki/Version_lifecycle) for current information on supported versions.
152+
* It is strongly recommended to also always upgrade the underlying Semantic MediaWiki software to supported versions. See the page on [compatibility](https://www.semantic-mediawiki.org/wiki/Help:Compatibility) for current information on supported versions.
153+
150154
## Download and installation
151155

152156
### Composer Installation

RELEASE-NOTES.md

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

33
## SRF 2.5.4
44

5-
This is not a release yet.
6-
7-
* #350: Improves "filtered"format: Add `map view marker icon property`, `map view marker icons` parameters to allow map icons depending on a printout value
5+
Released on November 13, 2017.
6+
7+
* #337: Fixes style issues when collapsing filters for the "filtered" format (by Stephan Gambke)
8+
* #343: Fixes style and layout fixes and optimise performance of the "filtered" format (by Stephan Gambke)
9+
* #346: Brings more performance improvements and adds missing system messages for the value filter of the "filtered" format (by Stephan Gambke)
10+
* #349: Removes `default` parameter from "earliest" and "latest" formats (by James Hong Kong)
11+
* #351: Adds `map view marker icon property`, `map view marker icons` parameters to allow map icons depending on a printout value to the "filtered" format (by Stephan Gambke)
12+
* Makes map assets load over HTTPS for the "exhibit" format (by Máté Szabó)
813

914
## SRF 2.5.3
1015

SemanticResultFormats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static function load() {
5151
*/
5252
public static function initExtension() {
5353

54-
define( 'SRF_VERSION', '2.5.4-alpha' );
54+
define( 'SRF_VERSION', '2.5.4' );
5555

5656
// Register the extension
5757
$GLOBALS['wgExtensionCredits']['semantic'][] = [

0 commit comments

Comments
 (0)