From 5a71185dbe0f85d5838e71bf9f56f5139b55c332 Mon Sep 17 00:00:00 2001 From: aude Date: Tue, 13 Jan 2015 22:42:12 +0100 Subject: [PATCH] Update release notes and version --- PropertySuggester.php | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/PropertySuggester.php b/PropertySuggester.php index 4128ebc..1573fd0 100644 --- a/PropertySuggester.php +++ b/PropertySuggester.php @@ -9,7 +9,7 @@ return; } -define( 'PropertySuggester_VERSION', '2.0.3' ); +define( 'PropertySuggester_VERSION', '2.0.4' ); if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { require_once __DIR__ . '/vendor/autoload.php'; diff --git a/README.md b/README.md index 9a4f418..c735ea2 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ generate this data from a wikidata dump. ## Release notes +### 2.0.4 (2015-01-13) +* Adjust to changes in ValueView 0.10.0. + ### 2.0.3 (2015-01-06) * Adjust to removal of claimview