From dc464a111fcde8257d8d110590b3da2b159b01ec Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Sat, 25 Feb 2017 12:20:30 +0100 Subject: [PATCH] Release version 2.4.2 (#192) * Add notes about the 2.4.2 release * Bump version to 2.4.2 --- RELEASE-NOTES.md | 7 +++++++ SemanticResultFormats.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d068c8bae..b888d4018 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,13 @@ These are the release notes for the [Semantic Result Formats] (https://www.semantic-mediawiki.org/wiki/Semantic_Result_Formats) MediaWiki extension. +## SRF 2.4.2 + +Released on February 25, 2017 + +* Fixed slidshow format from using a dependancy removed with MediaWiki 1.26+ (by Stephan Gambke) +* Provided translation updates (by translatewiki.net community) + ## SRF 2.4.1 Released on December 20, 2016. diff --git a/SemanticResultFormats.php b/SemanticResultFormats.php index 66e1092dc..699da8775 100644 --- a/SemanticResultFormats.php +++ b/SemanticResultFormats.php @@ -17,7 +17,7 @@ return 1; } -define( 'SRF_VERSION', '2.4.1' ); +define( 'SRF_VERSION', '2.4.2' ); if ( version_compare( $GLOBALS['wgVersion'], '1.19c', '<' ) ) { throw new Exception( 'This version of Semantic Result Formats requires MediaWiki 1.19 or above; use SRF 1.7.x or SRF 1.6.x for older versions.' );