From c93c46e0ab342c7f410e54c261fef662f101d5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiemo=20M=C3=A4ttig?= Date: Tue, 18 Apr 2017 12:13:54 +0200 Subject: [PATCH] Add release notes for 0.19.1 For an actual release we need to merge this and then create a tag. Change-Id: Ibf51247d925e64ff77d3f1313c731f6a231c8aae --- RELEASE-NOTES.md | 4 ++++ ValueView.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7e6c5a69..a0f8fdd8 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # ValueView release notes +## 0.19.1 (2017-04-18) +* Added support for the `tabular-data` data type. +* Adjusted `jQuery.ui.listrotator` to obey the Wikimedia color scheme. + ## 0.19.0 (2017-03-14) * Major changes to `jQuery.ui.commonssuggester`: * Now uses MediaWiki `search` API instead of OpenSearch. diff --git a/ValueView.php b/ValueView.php index 57847737..df7ffd53 100644 --- a/ValueView.php +++ b/ValueView.php @@ -5,7 +5,7 @@ return 1; } -define( 'VALUEVIEW_VERSION', '0.19.0' ); +define( 'VALUEVIEW_VERSION', '0.19.1' ); // Include the composer autoloader if it is present. if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {