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 2032263 commit 0e3a375
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down
7 changes: 3 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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)

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

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

/**
* @codeCoverageIgnore
Expand Down

2 comments on commit 0e3a375

@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 0e3a375 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.