Skip to content

Commit c93c46e

Browse files
committed
Add release notes for 0.19.1
For an actual release we need to merge this and then create a tag. Change-Id: Ibf51247d925e64ff77d3f1313c731f6a231c8aae
1 parent 24c6c2a commit c93c46e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ValueView release notes
22

3+
## 0.19.1 (2017-04-18)
4+
* Added support for the `tabular-data` data type.
5+
* Adjusted `jQuery.ui.listrotator` to obey the Wikimedia color scheme.
6+
37
## 0.19.0 (2017-03-14)
48
* Major changes to `jQuery.ui.commonssuggester`:
59
* Now uses MediaWiki `search` API instead of OpenSearch.

ValueView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
return 1;
66
}
77

8-
define( 'VALUEVIEW_VERSION', '0.19.0' );
8+
define( 'VALUEVIEW_VERSION', '0.19.1' );
99

1010
// Include the composer autoloader if it is present.
1111
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

0 commit comments

Comments
 (0)