Skip to content

Commit

Permalink
Merge pull request #147 from Wikidata-lib/2.4.2
Browse files Browse the repository at this point in the history
Update version to 2.4.2
  • Loading branch information
JanZerebecki committed Sep 7, 2015
2 parents 1106790 + ad2851b commit 2808ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1' );
define( 'PropertySuggester_VERSION', '2.4.2' );

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

## Release notes

### 2.4.2 (2015-09-03)

* Defined compatibility with Wikibase DataModel Services ~2.0

### 2.4.1 (2015-08-27)
* Added explicit dependency on Wikibase DataModel.
* `wbsgetsuggestions` API never returns more than one `aliases` entry per match.
Expand Down

0 comments on commit 2808ce6

Please sign in to comment.