Skip to content

Commit

Permalink
Merge pull request #143 from thiemowmde/release241
Browse files Browse the repository at this point in the history
Release 2.4.1
  • Loading branch information
Daniel Kinzler committed Sep 2, 2015
2 parents 96ce148 + 98347fd commit cbc45e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PropertySuggester.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
return;
}

define( 'PropertySuggester_VERSION', '2.4.0' );
define( 'PropertySuggester_VERSION', '2.4.1' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ generate this data from a wikidata dump.

## Release notes

### 2.4.1 (2015-08-27)
* Added explicit dependency on Wikibase DataModel.
* `wbsgetsuggestions` API never returns more than one `aliases` entry per match.
* `wbsgetsuggestions` does not return `aliases` when the label already is a successful match.
* `wbsearchentities` is explicitely called with the `uselang` option set.

### 2.4.0 (2015-08-12)
* Require DataModelServices ~1.1
* Use EntityLookup interface from DataModelServices to replace removed WikibaseLib interface
Expand Down

0 comments on commit cbc45e5

Please sign in to comment.