From 19903c909f609b041e1930b162bf359f03298904 Mon Sep 17 00:00:00 2001 From: aude Date: Wed, 3 Aug 2016 11:15:16 -0400 Subject: [PATCH] Bump version to 3.1.0 and update release notes --- PropertySuggester.php | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/PropertySuggester.php b/PropertySuggester.php index 459a45f..13b2732 100644 --- a/PropertySuggester.php +++ b/PropertySuggester.php @@ -9,7 +9,7 @@ return; } -define( 'PropertySuggester_VERSION', '3.0.4' ); +define( 'PropertySuggester_VERSION', '3.1.0' ); if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { require_once __DIR__ . '/vendor/autoload.php'; diff --git a/README.md b/README.md index b54fff6..463a867 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ generate this data from a wikidata dump. ## Release notes +### 3.1.0 (2016-08-03) +* Adapted entity suggester for changes in Wikibase. + ### 3.0.2 (2016-06-20) * Adapt entity type for namespaces * Minor cleanups