diff --git a/ChangeLog b/ChangeLog index 8fc4989..e7595c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Revision History for PHP Module for IP2Location +7.2.4 Wed Jan 06 14:44:23 2016 + * Fixes: + + - Fixed IPv6 lookup issue. + 7.2.3 Wed Aug 12 10:29:37 2015 * Fixes: diff --git a/IP2Location.php b/IP2Location.php index 8bcd430..25647d6 100644 --- a/IP2Location.php +++ b/IP2Location.php @@ -1,7 +1,7 @@ readIp($version, $base + $width * $mid); $ip_to = $this->readIp($version, $base + $width * ($mid + 1)); diff --git a/example.php b/example.php index a5bfd23..9939dc8 100644 --- a/example.php +++ b/example.php @@ -1,8 +1,5 @@