Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanZerebecki committed Apr 29, 2015
1 parent 0bebf90 commit 282cf61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PropertySuggester.php
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
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 282cf61

Please sign in to comment.