Skip to content

Commit

Permalink
Merge pull request #105 from wmde/release083
Browse files Browse the repository at this point in the history
Release 0.8.3
  • Loading branch information
JonasKress authored Nov 7, 2016
2 parents e51be3e + 3318990 commit 3daecd2
Show file tree
Hide file tree
Showing 2 changed files with 5 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.2' );
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.8.3' );

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

## Release notes

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

### 0.8.2 (2016-04-12)
* Added 1/10000 of an arcsecond as a known precision to `globeCoordinate.Formatter`.
* Fixed `globeCoordinate.Formatter.PRECISIONTEXT` not properly supporting precisions lower than
Expand Down

0 comments on commit 3daecd2

Please sign in to comment.