Skip to content

Commit

Permalink
Merge pull request #129 from Wikidata-lib/2.2.1
Browse files Browse the repository at this point in the history
Update release notes and version to 2.2.1
  • Loading branch information
thiemowmde committed Jun 18, 2015
2 parents 607d2c3 + 7693344 commit 902d481
Show file tree
Hide file tree
Showing 2 changed files with 4 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.2.0' );
define( 'PropertySuggester_VERSION', '2.2.1' );

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

## Release notes

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

### 2.2.0 (2015-04-29)
* Adjust api code for core api changes (this requires a newer mediawiki core)
* Replace deprecated Item::addClaim
Expand Down

0 comments on commit 902d481

Please sign in to comment.