Skip to content

Commit 85125fe

Browse files
committed
Update geoip2
1 parent 0bde2e7 commit 85125fe

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
CHANGELOG
22
=========
33

4-
3.4.0
4+
3.5.0 (2025-11-20)
55
------------------
66

7-
* Added `securepay` to the payment processor validation.
8-
* Added `credit_application`, `fund_transfer`, and `sim_swap` to event type
9-
validation.
10-
* Added the input `/event/party`. This is the party submitting the
11-
transaction.
12-
* Added the input `/payment/method`. This is the payment method associated
13-
with the transaction.
147
* Added support for new `/email/domain/` outputs in minFraud Insights and
158
Factors responses:
169
* `/email/domain/classification` - categorizes the email domain type
@@ -23,6 +16,19 @@ CHANGELOG
2316
* `/email/domain/visit/status` - domain status (`live`, `dns_error`,
2417
`network_error`, `http_error`, `parked`, `pre_development`)
2518

19+
3.4.0 (2025-11-20)
20+
------------------
21+
22+
* Added `securepay` to the payment processor validation.
23+
* Added `credit_application`, `fund_transfer`, and `sim_swap` to event type
24+
validation.
25+
* Added the input `/event/party`. This is the party submitting the
26+
transaction.
27+
* Added the input `/payment/method`. This is the payment method associated
28+
with the transaction.
29+
* Updated `geoip2/geoip2` to 3.3.0, which includes new anonymizer and IP risk
30+
outputs.
31+
2632
3.3.0 (2025-05-23)
2733
------------------
2834

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=8.1",
2121
"ext-json": "*",
22-
"geoip2/geoip2": "^v3.2.0"
22+
"geoip2/geoip2": "^v3.3.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "3.*",

0 commit comments

Comments
 (0)