Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Commit afe93f4

Browse files
committed
Update Changes
1 parent 3374ae0 commit afe93f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for MaxMind CreditCardFraudDetection PHP API
22

3+
1.54 Aug 27th 2013
4+
5+
- Remove custom DNS cache support. ( Boris Zentner )
6+
37
1.53 Jun 24th 2013
48
- Removed deprecated use of `ereg`.
59
- Added Composer support.

src/CreditCardFraudDetection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function CreditCardFraudDetection() {
6969
$this->check_field = "countryMatch";
7070
$this->server = array( "minfraud.maxmind.com", "minfraud-us-east.maxmind.com", "minfraud-us-west.maxmind.com");
7171
$this->numservers = count($this->server);
72-
$this->API_VERSION = 'PHP/1.52';
72+
$this->API_VERSION = 'PHP/1.54';
7373
}
7474

7575
function filter_field($key, $value) {

0 commit comments

Comments
 (0)