Skip to content

Commit

Permalink
Make 2.5.1 release (#261)
Browse files Browse the repository at this point in the history
* Update RELEASE-NOTES.md
** Added information
* Update composer.json
** Changed compatibility
* Update SemanticResultFormats.php
** Incremented version
  • Loading branch information
kghbln authored Jul 11, 2017
1 parent 220aef3 commit 95640f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) MediaWiki extension.

## SRF 2.5.1

Released on July 11, 2017.

* Fixed bug #235: Fix the `template` parameter to the "tree", "oltree" and "ultree" formats
* Fixed bug #236: Make the "oltree" format to actually use `<ol>`
* Fixed bug #253: Remove obsolete `"div"` element `align="justify"` from the "tagcloud" and "gallery" formats
* Provided translation updates (by translatewiki.net community)

## SRF 2.5.0

Released on June 13, 2017.
Expand Down
2 changes: 1 addition & 1 deletion SemanticResultFormats.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function load() {
*/
public static function initExtension() {

define( 'SRF_VERSION', '2.5.0' );
define( 'SRF_VERSION', '2.5.1' );

// Register the extension
$GLOBALS['wgExtensionCredits']['semantic'][] = [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"require": {
"php": ">=5.5.0",
"composer/installers": "1.*,>=1.0.1",
"mediawiki/semantic-media-wiki": "~2.1|~3.0",
"mediawiki/semantic-media-wiki": "~2.1",
"nicmart/tree": "^0.2.7",
"symfony/css-selector": "^3.3"
},
Expand Down

0 comments on commit 95640f8

Please sign in to comment.