Skip to content

Commit

Permalink
Merge "Add release notes for 0.19.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Apr 18, 2017
2 parents 5c8861e + c93c46e commit fb66486
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ValueView.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand Down

0 comments on commit fb66486

Please sign in to comment.