Skip to content

Commit 7644582

Browse files
authored
Merge pull request #173 from maxmind/greg/release
Release 2.12.0
2 parents a320c2c + 82bf132 commit 7644582

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
CHANGELOG
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.

dev-bin/release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

106105
rm -rf "$cachedir"
107106

src/WebService/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)