Skip to content

Commit

Permalink
Merge pull request #98 from wmde/release081
Browse files Browse the repository at this point in the history
Release 0.8.1
  • Loading branch information
mariushoch committed Apr 8, 2016
2 parents 18b2983 + cabd4bf commit 33622aa
Show file tree
Hide file tree
Showing 3 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.0' );
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.8.1' );

// 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.1 (2016-04-08)
* Added support for undefined `precision` to `globeCoordinate.GlobeCoordinate`.
* Added `globe` support to `globeCoordinate.GlobeCoordinate`.

### 0.8.0 (2016-01-07)

#### Breaking changes
Expand Down
1 change: 1 addition & 0 deletions lib/globeCoordinate/globeCoordinate.GlobeCoordinate.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* - {number} latitude
* - {number} longitude
* - {number|null} [precision]
* - {string|null} [globe] Defaults to http://www.wikidata.org/entity/Q2.
*
* @throws {Error} when latitude is greater than 360.
* @throws {Error} when longitude is greater than 360.
Expand Down

0 comments on commit 33622aa

Please sign in to comment.