Skip to content

Commit

Permalink
Merge pull request #192 from wmde/release0154
Browse files Browse the repository at this point in the history
Release 0.15.4
  • Loading branch information
JonasKress committed Sep 9, 2015
2 parents d654d51 + 8e43328 commit 55e0f19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ValueView release notes

## 0.15.4 (2015-09-09)

* `jQuery.valueview.experts.QuantityInput` extracts an optional `.wb-unit` node from the formatted value and passes it to the UnitSelector.
* Both QuantityInput and UnitSelector use a different format in the `getUpstreamValue` callback.
* `jQuery.ui.unitsuggester` now supports a `defaultSelectedUrl` option.

## 0.15.3 (2015-08-27)

* Fixed `jQuery.valueview.experts.QuantityInput` test.
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.15.3' );
define( 'VALUEVIEW_VERSION', '0.15.4' );

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

0 comments on commit 55e0f19

Please sign in to comment.