Skip to content

Commit

Permalink
Merge pull request #80 from DataValues/release118
Browse files Browse the repository at this point in the history
Release 1.1.8
  • Loading branch information
mariushoch authored Oct 12, 2016
2 parents 49ea605 + 1178566 commit 6508496
Show file tree
Hide file tree
Showing 2 changed files with 6 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.1.7' );
define( 'DATAVALUES_GEO_VERSION', '1.1.8' );

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

## Release notes

### 1.1.8 (2016-10-12)

* Fixed an IEEE issue in `GeoCoordinateFormatter`
* Fixed a PHP 7.1 compatibility issue in a test

### 1.1.7 (2016-05-25)

* Made minor documentation improvements
Expand Down

0 comments on commit 6508496

Please sign in to comment.