Skip to content

Commit

Permalink
1.4.0 release (#35)
Browse files Browse the repository at this point in the history
* Update RELEASE-NOTES.md
  * Add information about release
* Update SemanticBreadcrumbLinks.php
  * Bump version
  • Loading branch information
kghbln committed Jun 10, 2017
1 parent 266aded commit 31d7957
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
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.4.0-alpha' );
define( 'SBL_VERSION', '1.4.0' );
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 @@ -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": {
Expand Down

0 comments on commit 31d7957

Please sign in to comment.