Skip to content

Commit 33622aa

Browse files
committed
Merge pull request #98 from wmde/release081
Release 0.8.1
2 parents 18b2983 + cabd4bf commit 33622aa

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

DataValuesJavaScript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return 1;
88
}
99

10-
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.8.0' );
10+
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.8.1' );
1111

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1111

1212
## Release notes
1313

14+
### 0.8.1 (2016-04-08)
15+
* Added support for undefined `precision` to `globeCoordinate.GlobeCoordinate`.
16+
* Added `globe` support to `globeCoordinate.GlobeCoordinate`.
17+
1418
### 0.8.0 (2016-01-07)
1519

1620
#### Breaking changes

lib/globeCoordinate/globeCoordinate.GlobeCoordinate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* - {number} latitude
1414
* - {number} longitude
1515
* - {number|null} [precision]
16+
* - {string|null} [globe] Defaults to http://www.wikidata.org/entity/Q2.
1617
*
1718
* @throws {Error} when latitude is greater than 360.
1819
* @throws {Error} when longitude is greater than 360.

0 commit comments

Comments
 (0)