Skip to content

Commit

Permalink
Merge pull request #91 from DataValues/release121
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
JonasKress authored Dec 16, 2016
2 parents bbda3d3 + 2a181f2 commit 4fc2cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Geo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
return 1;
}

define( 'DATAVALUES_GEO_VERSION', '1.2.0' );
define( 'DATAVALUES_GEO_VERSION', '1.2.1' );

if ( defined( 'MEDIAWIKI' ) ) {
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]

## Release notes

### 1.2.1 (2016-12-16)

* Fixed another IEEE issue in `GeoCoordinateFormatter`.

### 1.2.0 (2016-11-11)

* Added missing inline documentation to public methods and constants.
Expand Down

0 comments on commit 4fc2cdd

Please sign in to comment.