diff --git a/PropertySuggester.php b/PropertySuggester.php index 0f2692e..dfdce77 100644 --- a/PropertySuggester.php +++ b/PropertySuggester.php @@ -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'; diff --git a/README.md b/README.md index 0be6e96..24c8141 100644 --- a/README.md +++ b/README.md @@ -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