Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde committed Aug 27, 2015
1 parent d5371fb commit 98347fd
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 98347fd

Please sign in to comment.