Skip to content

Commit

Permalink
Merge pull request #113 from wmde/release084
Browse files Browse the repository at this point in the history
Release 0.8.4
  • Loading branch information
manicki authored Jul 18, 2017
2 parents 96b48c2 + 2f4f7ac commit 170f11a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DataValuesJavaScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
return 1;
}

define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.8.3' );
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.8.4' );

// Include the composer autoloader if it is present.
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):

## Release notes

### 0.8.4 (2017-07-18)
* Updated JSDoc tags mistakenly requiring objects.
* Removed an unused dependency on `composer/installers`.
* Raised required PHP version from 5.3 to 5.5.9.

### 0.8.3 (2016-11-07)
* `QuantityValue` now supports unknown upper and lower bounds, required for compatibility with
DataValues Number 0.8.0.
Expand Down

0 comments on commit 170f11a

Please sign in to comment.