From 282cf612581ee3651f2383813e3e139c45dc7543 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Wed, 29 Apr 2015 12:22:51 +0200 Subject: [PATCH] Release 2.2.0 --- PropertySuggester.php | 2 +- README.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/PropertySuggester.php b/PropertySuggester.php index b8202c9..9baa53a 100644 --- a/PropertySuggester.php +++ b/PropertySuggester.php @@ -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'; diff --git a/README.md b/README.md index 7e5e2fe..cd9c551 100644 --- a/README.md +++ b/README.md @@ -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