From 31d79573dd106540c096517f7dd0576a44ba5833 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Sat, 10 Jun 2017 15:07:37 +0200 Subject: [PATCH] 1.4.0 release (#35) * Update RELEASE-NOTES.md * Add information about release * Update SemanticBreadcrumbLinks.php * Bump version --- RELEASE-NOTES.md | 13 +++++++++---- SemanticBreadcrumbLinks.php | 2 +- composer.json | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4a4ef86..2a61cac 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,11 +2,16 @@ This file contains the RELEASE-NOTES of the Semantic Breadcrumb Links (a.k.a. SB ### 1.4.0 -This is not a release yet. +Released on June 10, 2017. + +* Requires PHP 5.5 or later +* Requires MediaWiki 1.27 or later +* #30 Added the `__NOBREADCRUMBLINKS__` behaviour switch allowing to suppress the display of a generated breadcrumb trail. +* Localization updates from https://translatewiki.net ### 1.3.1 -Released on March 27, 2017 +Released on March 27, 2017. * #21 Fixed warnings caused by the Resource Loader * #23 Fixed subpage detection @@ -17,9 +22,9 @@ Released on March 27, 2017 Released on July 9, 2016. -* Requires SMW 2.4+ +* Requires Semantic MediaWiki 2.4 or later * Added `onoi/shared-resources` dependency -* Support for `Display title of` provided by SMW 2.4 +* Support for `Display title of` provided by SMW 2.4.0 * Added `$GLOBALS['egSBLEnabledSubpageParentAnnotation']` to allow for subpage parents to be annotated automatically if no other `Has parent page` exists * Recognize `egSBLPageTitleToHideSubpageParent` / `wgNamespacesWithSubpages` diff --git a/SemanticBreadcrumbLinks.php b/SemanticBreadcrumbLinks.php index 8ea14f5..7cfdfcb 100644 --- a/SemanticBreadcrumbLinks.php +++ b/SemanticBreadcrumbLinks.php @@ -51,7 +51,7 @@ public static function load() { */ public static function initExtension() { - define( 'SBL_VERSION', '1.4.0-alpha' ); + define( 'SBL_VERSION', '1.4.0' ); define( 'SBL_PROP_PARENTPAGE', 'Has parent page' ); // Register the extension diff --git a/composer.json b/composer.json index 614beed..977334b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require": { "php": ">=5.5", "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": {