diff --git a/README.md b/README.md index ae32fce..658cc16 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 74685d6..1ba3f61 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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) diff --git a/SemanticBreadcrumbLinks.php b/SemanticBreadcrumbLinks.php index 8c160c5..40f72d0 100644 --- a/SemanticBreadcrumbLinks.php +++ b/SemanticBreadcrumbLinks.php @@ -22,7 +22,7 @@ return 1; } -define( 'SBL_VERSION', '1.2.0-alpha' ); +define( 'SBL_VERSION', '1.2.0' ); /** * @codeCoverageIgnore diff --git a/composer.json b/composer.json index ac47945..a686929 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.2" + "mediawiki/semantic-media-wiki": "~2.1" }, "require-dev": { "mediawiki/semantic-media-wiki": "@dev"