Skip to content

Commit 3c70f2e

Browse files
author
Daniel Kinzler
authored
Merge pull request #97 from DataValues/release122
Release 1.2.2
2 parents 15bf59d + 24df73f commit 3c70f2e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Geo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
return 1;
1616
}
1717

18-
define( 'DATAVALUES_GEO_VERSION', '1.2.1' );
18+
define( 'DATAVALUES_GEO_VERSION', '1.2.2' );
1919

2020
if ( defined( 'MEDIAWIKI' ) ) {
2121
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]
9393

9494
## Release notes
9595

96+
### 1.2.2 (2017-03-07)
97+
98+
* Fixed multiple rounding issues in `GeoCoordinateFormatter`.
99+
96100
### 1.2.1 (2016-12-16)
97101

98102
* Fixed another IEEE issue in `GeoCoordinateFormatter`.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "1.1.x-dev"
50+
"dev-master": "1.2.x-dev"
5151
}
5252
},
5353
"scripts": {

0 commit comments

Comments
 (0)