File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- 3.2.0
4+ 3.2.0 (2025-05-05)
55------------------
66
77* Support for the GeoIP Anonymous Plus database has been added. To do a
Original file line number Diff line number Diff line change @@ -465,6 +465,6 @@ The GeoIP2 PHP API uses [Semantic Versioning](https://semver.org/).
465465
466466## Copyright and License ##
467467
468- This software is Copyright (c) 2013-2024 by MaxMind, Inc.
468+ This software is Copyright (c) 2013-2025 by MaxMind, Inc.
469469
470470This is free software, licensed under the Apache License, Version 2.0.
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "maxmind-db/reader" : " ^1.12.0 " ,
16+ "maxmind-db/reader" : " ^1.12.1 " ,
1717 "maxmind/web-service-common" : " ~0.10" ,
1818 "php" : " >=8.1" ,
1919 "ext-json" : " *"
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ perl -pi -e "s/(?<=const VERSION = ').+?(?=';)/$tag/g" src/WebService/Client.php
4646perl -pi -e " s{(?<=php composer\.phar require geoip2/geoip2:).+}{^$version }g" README.md
4747
4848
49- box_phar_hash=' 8d12a7d69a5003a80bd603ea95a8f3dcea30b9a2ad84cd7cb15b8193929def9e box.phar'
49+ box_phar_hash=' aa0966319f709e74bf2bf1d58ddb987903ae4f6d0a9d335ec2261813c189f7fc box.phar'
5050
5151if ! echo " $box_phar_hash " | sha256sum -c; then
52- wget -O box.phar " https://github.com/box-project/box/releases/download/4.6.1 /box.phar"
52+ wget -O box.phar " https://github.com/box-project/box/releases/download/4.6.6 /box.phar"
5353fi
5454
5555echo " $box_phar_hash " | sha256sum -c
@@ -94,10 +94,10 @@ if [ -n "$(git status --porcelain)" ]; then
9494fi
9595
9696# Using Composer is possible, but they don't recommend it.
97- phpdocumentor_phar_hash=' 9760ac280a10041928a8743354f68692c22f14cd5d05135dfc15e11d3b3c25ea phpDocumentor.phar'
97+ phpdocumentor_phar_hash=' 5223cc8455d53c51fcd5a3d4ac7817acdbec3f3e325981688d345f2468097230 phpDocumentor.phar'
9898
9999if ! echo " $phpdocumentor_phar_hash " | sha256sum -c; then
100- wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3 /phpDocumentor.phar
100+ wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.7.1 /phpDocumentor.phar
101101fi
102102
103103echo " $phpdocumentor_phar_hash " | sha256sum -c
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class Client implements ProviderInterface
5454 private readonly WsClient $ client ;
5555 private static string $ basePath = '/geoip/v2.1 ' ;
5656
57- public const VERSION = 'v3.1 .0 ' ;
57+ public const VERSION = 'v3.2 .0 ' ;
5858
5959 /**
6060 * Constructor.
You can’t perform that action at this time.
0 commit comments