From 96d2eeb9a3f926f9169e9bc150cc66440ea85ace Mon Sep 17 00:00:00 2001 From: Marius Hoch Date: Sun, 27 Dec 2015 11:12:48 +0100 Subject: [PATCH] Update version and README for 2.4.5 --- PropertySuggester.php | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/PropertySuggester.php b/PropertySuggester.php index d19a0ab..ab3d177 100644 --- a/PropertySuggester.php +++ b/PropertySuggester.php @@ -9,7 +9,7 @@ return; } -define( 'PropertySuggester_VERSION', '2.4.4' ); +define( 'PropertySuggester_VERSION', '2.4.5' ); if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { require_once __DIR__ . '/vendor/autoload.php'; diff --git a/README.md b/README.md index c5d52c6..fa80664 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ generate this data from a wikidata dump. ## Release notes +### 2.4.5 (2015-12-27) +* Add i18n to the `wbsgetsuggestions` api module. This makes MediaWiki's `ApiDocumentationTest` pass. + ### 2.4.4 (2015-10-14) * Fixed ResourceLoader dependencies of the `jquery.wikibase.entityselector` module.