We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15bf59d + 24df73f commit 3c70f2eCopy full SHA for 3c70f2e
3 files changed
Geo.php
@@ -15,7 +15,7 @@
15
return 1;
16
}
17
18
-define( 'DATAVALUES_GEO_VERSION', '1.2.1' );
+define( 'DATAVALUES_GEO_VERSION', '1.2.2' );
19
20
if ( defined( 'MEDIAWIKI' ) ) {
21
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(
README.md
@@ -93,6 +93,10 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]
93
94
## Release notes
95
96
+### 1.2.2 (2017-03-07)
97
+
98
+* Fixed multiple rounding issues in `GeoCoordinateFormatter`.
99
100
### 1.2.1 (2016-12-16)
101
102
* Fixed another IEEE issue in `GeoCoordinateFormatter`.
composer.json
@@ -47,7 +47,7 @@
47
},
48
"extra": {
49
"branch-alias": {
50
- "dev-master": "1.1.x-dev"
+ "dev-master": "1.2.x-dev"
51
52
53
"scripts": {
0 commit comments