- IMPORTANT: PHP 7.2 or greater is now required.
- Added the
isResidentialProxy
property toGeoIp2\Model\AnonymousIP
and
GeoIp2\Record\Traits
. - Additional type hints have been added.
Assets
3
- PHP 5.6 or greater is now required.
- The
network
property was added toGeoIp2\Record\Traits
,
GeoIp2\Model\AnonymousIp
,GeoIp2\Model\Asn
,
GeoIp2\Model\ConnectionType
,Geoip2\Model\Domain
,
andGeoIp2\Model\Isp
. This is a string in CIDR format representing the
largest network where all of the properties besidesipAddress
have the
same value. - Updated documentation of anonymizer properties -
isAnonymousVpn
andisHostingProvider
- to be more descriptive. - The
userCount
property was added toGeoIp2\Record\Traits
. This is an
integer which indicates the estimated number of users sharing the
IP/network during the past 24 hours. This output is available from GeoIP2
Precision Insights. - The
staticIpScore
property was added toGeoIp2\Record\Traits
. This is
a float which indicates how static or dynamic an IP address is. This
output is available from GeoIP2 Precision Insights.
Assets
3
- Refer to account IDs using the terminology "account" rather than "user".
Assets
3
- The
isInEuropeanUnion
property was added toGeoIp2\Record\Country
andGeoIp2\Record\RepresentedCountry
. This property istrue
if the
country is a member state of the European Union.
Assets
3
- The following new anonymizer properties were added to
GeoIp2\Record\Traits
for use with GeoIP2 Precision Insights:isAnonymous
,isAnonymousVpn
,
isHostingProvider
,isPublicProxy
, andisTorExitNode
.
Assets
3
- Code clean-up and tidying.
- Set minimum required PHP version to 5.4 in
composer.json
. Previously,
5.3 would work but was not tested. Now 5.4 is hard minimum version.
Assets
3
- Added support for GeoLite2 ASN database.
Assets
3
- Additional error checking on the data returned from
MaxMind\Db\Reader
was added to help detect corrupt databases. GitHub #83.
Assets
3
isset()
onmostSpecificSubdivision
attribute now returns the
correct value. Reported by Juan Francisco Giordana. GitHub #81.
Assets
3
isset()
onname
attribute now returns the correct value. Fixes #79.
Assets
3
PreviousNext