Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Prepare for 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 29, 2016
1 parent 56134ce commit 7446245
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log #

## 1.16 (2016-01-29)

* Fixed issue that could cause a notice about using a property on a non-object
when calling `geoip_record_by_addr()` on a City database. Reported by
Justinas Rakašis. GitHub #34.

## 1.15 (2015-05-01)

* Calls to `die()` where replaced with calls to `trigger_error()`. This
Expand Down Expand Up @@ -126,7 +132,7 @@

* Changed license from GPL to LGPL so code can be included in PEAR
* added global definitions to prevent undefined variables error when including
from function (Cédric Dufour)
from function (Cédric Dufour)
* Updated country names
* Added support for GeoIP City, version 1 with DMA and Area codes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You should now have the file `composer.phar` in your project directory.
Run in your project root:

```
php composer.phar require geoip/geoip:~1.14
php composer.phar require geoip/geoip:~1.16
```

You should now have the files `composer.json` and `composer.lock` as well as
Expand Down Expand Up @@ -88,7 +88,7 @@ For help with this API or our databases, please see [our support page]

## Copyright and License ##

This software is Copyright (c) 2014 by MaxMind, Inc.
This software is Copyright (c) 2016 by MaxMind, Inc.

This is free software, licensed under the GNU Lesser General Public License
version 2.1 or later.
Expand Down
2 changes: 1 addition & 1 deletion src/geoipregionvars.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 2015 MaxMind, Inc. All Rights Reserved
// Copyright 2016 MaxMind, Inc. All Rights Reserved
global $GEOIP_REGION_NAME;
$GEOIP_REGION_NAME = array (
'AD' =>
Expand Down

0 comments on commit 7446245

Please sign in to comment.