File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- 2.12.0
4+ 2.12.0 (2021-11-18)
55-------------------
66
77* Support for mobile country code (MCC) and mobile network codes (MNC) was
8-  added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2
9-  City and Insights web services. ` $mobileCountryCode ` and
10-  ` $mobileNetworkCode ` properties were added to ` GeoIp2\Model\Isp `
11-  for the GeoIP2 ISP database and ` GeoIp2\Record\Traits ` for the Enterprise
8+ added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2
9+ City and Insights web services. ` $mobileCountryCode ` and
10+ ` $mobileNetworkCode ` properties were added to ` GeoIp2\Model\Isp `
11+ for the GeoIP2 ISP database and ` GeoIp2\Record\Traits ` for the Enterprise
1212 database and the GeoIP2 City and Insights web services. We expect this data
1313 to be available by late January, 2022.
1414* ` geoip2.phar ` is now generated with Box 3.x.
Original file line number Diff line number Diff line change @@ -100,8 +100,7 @@ php phpDocumentor.phar \
100100 --visibility public \
101101 --cache-folder " $cachedir " \
102102 --title " GeoIP2 PHP API $tag " \
103- -t " doc/$tag " \
104- --template=clean
103+ -t " doc/$tag "
105104
106105rm -rf " $cachedir "
107106
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class Client implements ProviderInterface
6161 */
6262 private static $ basePath = '/geoip/v2.1 ' ;
6363
64- public const VERSION = 'v2.11 .0 ' ;
64+ public const VERSION = 'v2.12 .0 ' ;
6565
6666 /**
6767 * Constructor.
You can’t perform that action at this time.
0 commit comments