Skip to content

Commit

Permalink
Merge pull request #133 from Wikidata-lib/rel230
Browse files Browse the repository at this point in the history
Bump to 2.3.0 + Add release notes
  • Loading branch information
JanZerebecki committed Jun 26, 2015
2 parents cec47c0 + 99ba23b commit 037cb6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PropertySuggester.php
Expand Up @@ -9,7 +9,7 @@
return;
}

define( 'PropertySuggester_VERSION', '2.2.1' );
define( 'PropertySuggester_VERSION', '2.3.0' );

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

## Release notes

### 2.3.0 (2015-06-26)
* Replace use of Wikibase\TermIndex::getMatchingIDs with Wikibase\TermIndex::getTopMatchingTerms.
* EntitySelector no longer passes "type" parameter to wbsgetsuggestions which avoids an "Unrecognized parameter" warning.

### 2.2.1 (2015-06-18)
* Replace use of Wikibase\Term with Wikibase\TermIndexEntry, per change in Wikibase.

Expand Down

0 comments on commit 037cb6b

Please sign in to comment.