We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c8861e + c93c46e commit fb66486Copy full SHA for fb66486
RELEASE-NOTES.md
@@ -1,5 +1,9 @@
1
# ValueView release notes
2
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
+
7
## 0.19.0 (2017-03-14)
8
* Major changes to `jQuery.ui.commonssuggester`:
9
* Now uses MediaWiki `search` API instead of OpenSearch.
ValueView.php
@@ -5,7 +5,7 @@
return 1;
}
-define( 'VALUEVIEW_VERSION', '0.19.0' );
+define( 'VALUEVIEW_VERSION', '0.19.1' );
10
// Include the composer autoloader if it is present.
11
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
0 commit comments