Skip to content

Commit

Permalink
Release version 1.3.1 (#27)
Browse files Browse the repository at this point in the history
* Update composer.json
* Update RELEASE-NOTES.md
* Update SemanticBreadcrumbLinks.php
  • Loading branch information
kghbln committed Mar 27, 2017
1 parent b751419 commit 3f754c3
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 @@
This file contains the RELEASE-NOTES of the Semantic Breadcrumb Links (a.k.a. SBL) extension.

### 1.3.1

Released on March 27, 2017

* #21 Fixed warnings caused by the Resource Loader
* #23 Fixed subpage detection
* Internal code changes
* Localization updates from https://translatewiki.net

### 1.3.0

Released on July 9, 2016.
Expand Down
2 changes: 1 addition & 1 deletion SemanticBreadcrumbLinks.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( 'SBL_VERSION', '1.3.1-alpha' );
define( 'SBL_VERSION', '1.3.1' );
define( 'SBL_PROP_PARENTPAGE', 'Has parent page' );

// Register the extension
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require": {
"php": ">=5.3.0",
"composer/installers": "1.*,>=1.0.12",
"mediawiki/semantic-media-wiki": "~2.4|~3.0",
"mediawiki/semantic-media-wiki": "~2.4",
"onoi/shared-resources":"~0.2"
},
"require-dev": {
Expand Down

0 comments on commit 3f754c3

Please sign in to comment.