Skip to content

Commit 95640f8

Browse files
authored
Make 2.5.1 release (#261)
* Update RELEASE-NOTES.md ** Added information * Update composer.json ** Changed compatibility * Update SemanticResultFormats.php ** Incremented version
1 parent 220aef3 commit 95640f8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

RELEASE-NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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.1
4+
5+
Released on July 11, 2017.
6+
7+
* Fixed bug #235: Fix the `template` parameter to the "tree", "oltree" and "ultree" formats
8+
* Fixed bug #236: Make the "oltree" format to actually use `<ol>`
9+
* Fixed bug #253: Remove obsolete `"div"` element `align="justify"` from the "tagcloud" and "gallery" formats
10+
* Provided translation updates (by translatewiki.net community)
11+
312
## SRF 2.5.0
413

514
Released on June 13, 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.0' );
54+
define( 'SRF_VERSION', '2.5.1' );
5555

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"require": {
4848
"php": ">=5.5.0",
4949
"composer/installers": "1.*,>=1.0.1",
50-
"mediawiki/semantic-media-wiki": "~2.1|~3.0",
50+
"mediawiki/semantic-media-wiki": "~2.1",
5151
"nicmart/tree": "^0.2.7",
5252
"symfony/css-selector": "^3.3"
5353
},

0 commit comments

Comments
 (0)