Skip to content

Commit

Permalink
1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed Dec 19, 2015
1 parent f46b850 commit 0a9f081
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ SBL uses a pattern match strategy to filter property usage (e.g. `Has parent pag
that ascribe the location of a page relative to its parent and provides navigational help by
generating a breadcrumb trail.

A short [video](https://vimeo.com/129347298) demonstrates "How SBL works" or can be used
to ease context navigation.
This [video](https://vimeo.com/129347298) demonstrates the functionality of the Semantic Breadcrumb Links extension.

## Requirements

- PHP 5.3.2 or later
- MediaWiki 1.23 or later
- [Semantic MediaWiki][smw] 2.2 or later
- [Semantic MediaWiki][smw] 2.1 or later

## Installation

Expand Down
3 changes: 1 addition & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
This file contains the RELEASE-NOTES of the Semantic Breadcrumb Links (a.k.a. SBL) extension.

### 1.2.0 (2015-08-??)
### 1.2.0 (2015-12-19)

* #9 Added a tooltip to display all closest descendants
* #8 Fixed failure for cases when a subpage contains an extra slash
* #7 Fixed breadcrumb trail for when a subject is a redirect
* Localization updates from https://translatewiki.net
* Requires Semantic MediaWiki ~2.2

### 1.1.0 (2015-06-02)

Expand Down
2 changes: 1 addition & 1 deletion SemanticBreadcrumbLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
return 1;
}

define( 'SBL_VERSION', '1.2.0-alpha' );
define( 'SBL_VERSION', '1.2.0' );

/**
* @codeCoverageIgnore
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.2"
"mediawiki/semantic-media-wiki": "~2.1"
},
"require-dev": {
"mediawiki/semantic-media-wiki": "@dev"
Expand Down

2 comments on commit 0a9f081

@mwjames
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kghbln FYI

@kghbln
Copy link
Member

@kghbln kghbln commented on 0a9f081 Dec 21, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this release. A tweet is out and I just update the version on the wiki.

Please sign in to comment.