diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 761b78a..f0e71fc 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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. diff --git a/SemanticBreadcrumbLinks.php b/SemanticBreadcrumbLinks.php index 9cb6dc1..8eb188b 100644 --- a/SemanticBreadcrumbLinks.php +++ b/SemanticBreadcrumbLinks.php @@ -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 diff --git a/composer.json b/composer.json index 6e50e12..162bc82 100644 --- a/composer.json +++ b/composer.json @@ -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": {