Skip to content

Commit

Permalink
Merge pull request #126 from Wikidata-lib/release-2.2.0
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
filbertkm committed Apr 29, 2015
2 parents 0bebf90 + 282cf61 commit 70528f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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.0.6' );
define( 'PropertySuggester_VERSION', '2.2.0' );

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

## Release notes

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

### 2.1.0 (2015-04-02)
* Suggest initial properties for items and properties with no statements yet.

### 2.0.6 (2015-02-20)
* No longer use Wikibase\Utils as it was renamed
Expand Down

0 comments on commit 70528f7

Please sign in to comment.