Skip to content

Commit f89f87f

Browse files
authored
2.5.3 release (#335)
* Update RELEASE-NOTES.md * Update INSTALL.md * Update SemanticResultFormats.php
1 parent 1607b79 commit f89f87f

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

INSTALL.md

Lines changed: 2 additions & 2 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.2</a></th>
21+
<th><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/docs/RELEASE-NOTES.md">SRF 2.5.3</a></th>
2222
<td>Stable version</td>
23-
<td>2017-08-17</td>
23+
<td>2017-10-25</td>
2424
<td><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/tree/2.5.x">2.5.x</a></td>
2525
</tr>
2626
<tr>

RELEASE-NOTES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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 2.5.3
4+
5+
Released on October 25, 2017.
6+
7+
* #293: Fixes resource loading for the "timeline" format (by James Hong Kong)
8+
* #295: Fixes issues with subobject for the "timeline" format (by James Hong Kong)
9+
* #299: Brings improvements to the "filtered" format as authored with the following pull requests: (by Stephan Gambke)
10+
- #224: Makes radio buttons belong to the same button group
11+
- #278: Adds a multi-select dropdown or similar for value filters
12+
- #286: Brings a reworked number filter
13+
- #291: Fixes `list view template` to actually show the template instead of defaulting to a table
14+
* #300: Brings improvements and fixes to the "filtered" format: (by Stephan Gambke)
15+
- Brings back checkboxes for value filter with only few values
16+
- Brings new query parameter ` |+value filter max checkboxes`
17+
- Allows for easier installation of "data-values/geo"
18+
* #302: Fixes error messages shown in the instance language instead of the user language for the "filtered" format (by Stephan Gambke)
19+
* #305: Fixes "SRF\Filtered\Filtered::setParser() must be an instance of Parser..." for the "filtered" format (by Stephan Gambke)
20+
* Fixes issues with HTML-encoded values sent by JavaScript for the "filtered" format (by Stephan Gambke)
21+
* #324: Brings improvements to the "filtered" format as authored with the following pull requests: (by Stephan Gambke)
22+
- #318: Wrap input elements of the Value filter (checkboxes and radioboxes) in label elements. This way they will also be triggered when only the label text is clicked.
23+
- #322: Show a spinner while filtering. This will block users from triggering further filter events while filtering is still ongoing.
24+
- #323: Adds printout parameter`|+show if undefined`. Setting it makes filters show a result item even if the printout does not contain a value.
25+
* #328: Brings useability fixes to the "filtered" foramat like the fix for the styling of Value filter for long labels as well as the fix for the slider grid when showing less than 4 step values (by Stephan Gambke)
26+
* #331: Switches the "filtered" format to use Less instead of CSS (by Stephan Gambke)
27+
* #334: Adds an On/Off switch for filters to the "filtered" format (by Stephan Gambke)
28+
329
## SRF 2.5.2
430

531
Released on August 17, 2017.

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.2' );
54+
define( 'SRF_VERSION', '2.5.3' );
5555

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

0 commit comments

Comments
 (0)