diff --git a/README.md b/README.md index 5083f44..be748c0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ with an entry in MediaWiki's `composer.json`. ```json { "require": { - "mediawiki/semantic-interlanguage-links": "~1.1" + "mediawiki/semantic-interlanguage-links": "~1.2" } } ``` diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5f77353..d3bc5a6 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,20 +1,19 @@ This file contains the RELEASE-NOTES of the Semantic Interlanguage Links (a.k.a. SIL) extension. -### 1.2.0 (2015-10-?) +### 1.2.0 (2015-12-19) * Added redirect handling for a `interlanguage link` reference * #8 Removed multiple calls limitation, allow different interlanguage reference targets for same language on a content page but disallow for a page to define different languages * Switched `PageLanguageCacheStrategy` from 'blob' to 'single' -* Changed to `"onoi/cache": "~1.2"` -* Localisation updates from https://translatewiki.net +* Localization updates from https://translatewiki.net ### 1.1.0 (2015-06-02) * Only match results in `Special:Search` for the selected language that contains an annotation * Fixed behaviour in `ByLanguageCategoryPage` for when languages are switched * #32 Fixed exception in `Special:Search` for no results -* Localisation updates from https://translatewiki.net +* Localization updates from https://translatewiki.net ### 1.0.0 (2015-02-14) diff --git a/SemanticInterlanguageLinks.php b/SemanticInterlanguageLinks.php index a6b6170..36a26e8 100644 --- a/SemanticInterlanguageLinks.php +++ b/SemanticInterlanguageLinks.php @@ -23,7 +23,7 @@ return 1; } -define( 'SIL_VERSION', '1.2.0-alpha' ); +define( 'SIL_VERSION', '1.2.0' ); /** * @codeCoverageIgnore