From 6aaa7c11c02d94b88dc61c14f7d87002aed7712d Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Fri, 7 Sep 2018 15:30:31 +0200 Subject: [PATCH] 2.5.6 release (#431) * Update RELEASE-NOTES.md * * Provide RELEASE-NOTES of 2.5.6 release * Update INSTALL.md * Update latest version --- INSTALL.md | 4 ++-- RELEASE-NOTES.md | 7 +++++++ SemanticResultFormats.php | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 189a03d89..29c51bab8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,9 +18,9 @@ These are the installation and configuration instructions for [Semantic Result F master - SRF 2.5.5 + SRF 2.5.6 Stable version - 2018-04-04 + 2018-09-07 2.5.x diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 66cffe87b..6d2fcebb7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,12 @@ These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) (SRF) extension. +## SRF 2.5.6 + +Released on September 7, 2018. + +* 399: Fixes columnsearchinput field being always disabled for the "datatables" format (by Matthew A.Thompson) +* 410: Allow installation with "data-values/geo" versions 3.x and 4.x (by Jeroen De Dauw) + ## SRF 2.5.5 Released on April 4, 2018. diff --git a/SemanticResultFormats.php b/SemanticResultFormats.php index 7bea7aaee..a7a9680a7 100644 --- a/SemanticResultFormats.php +++ b/SemanticResultFormats.php @@ -51,7 +51,7 @@ public static function load() { */ public static function initExtension() { - define( 'SRF_VERSION', '2.5.6-alpha' ); + define( 'SRF_VERSION', '2.5.6' ); // Register the extension $GLOBALS['wgExtensionCredits']['semantic'][] = [