You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
@@ -90,36 +90,36 @@ minimum requirements are indicated in bold.
90
90
<th>SRF 3.0.x</th>
91
91
<td><strong>5.6.x</strong> - latest</td>
92
92
<td><strong>1.27</strong> - latest</td>
93
-
<td>2.x</td>
93
+
<td>3.x</td>
94
94
<tr>
95
95
<tr>
96
96
<th>SRF 2.5.x</th>
97
97
<td><strong>5.5.x</strong> - 7.0.x</td>
98
98
<td><strong>1.23</strong> - 1.29</td>
99
-
<td>2.x</td>
99
+
<td>2.1.x</td>
100
100
<tr>
101
101
<th>SRF 2.4.x</th>
102
102
<td>5.3.2 - 7.0.x</td>
103
103
<td>1.19 - 1.28</td>
104
-
<td>2.x</td>
104
+
<td>2.1.x</td>
105
105
</tr>
106
106
<tr>
107
107
<th>SRF 2.3.x</th>
108
108
<td>5.3.2 - 5.6.x</td>
109
109
<td>1.19 - 1.25</td>
110
-
<td>2.x</td>
110
+
<td>2.1.x</td>
111
111
</tr>
112
112
<tr>
113
113
<th>SRF 2.2.x</th>
114
114
<td>5.3.2 - 5.6.x</td>
115
115
<td>1.19 - 1.25</td>
116
-
<td>2.x</td>
116
+
<td>2.1.x</td>
117
117
</tr>
118
118
<tr>
119
119
<th>SRF 2.1.x</th>
120
120
<td>5.3.2 - 5.6.x</td>
121
121
<td>1.19 - 1.24</td>
122
-
<td>2.x</td>
122
+
<td>2.1.x</td>
123
123
</tr>
124
124
<tr>
125
125
<th>SRF 2.0.x</th>
@@ -147,6 +147,10 @@ minimum requirements are indicated in bold.
147
147
</tr>
148
148
</table>
149
149
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.
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@ These are the release notes for the [Semantic Result Formats](https://www.semant
2
2
3
3
## SRF 2.5.4
4
4
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ó)
0 commit comments