Skip to content

Commit 6aaa7c1

Browse files
authored
2.5.6 release (#431)
* Update RELEASE-NOTES.md * * Provide RELEASE-NOTES of 2.5.6 release * Update INSTALL.md * Update latest version
1 parent 69f60aa commit 6aaa7c1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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.5</a></th>
21+
<th><a href="https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/docs/RELEASE-NOTES.md">SRF 2.5.6</a></th>
2222
<td>Stable version</td>
23-
<td>2018-04-04</td>
23+
<td>2018-09-07</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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) (SRF) extension.
22

3+
## SRF 2.5.6
4+
5+
Released on September 7, 2018.
6+
7+
* 399: Fixes columnsearchinput field being always disabled for the "datatables" format (by Matthew A.Thompson)
8+
* 410: Allow installation with "data-values/geo" versions 3.x and 4.x (by Jeroen De Dauw)
9+
310
## SRF 2.5.5
411

512
Released on April 4, 2018.

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.6-alpha' );
54+
define( 'SRF_VERSION', '2.5.6' );
5555

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

0 commit comments

Comments
 (0)