File: Changes

package info (click to toggle)
dtc 0.35.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,824 kB
  • sloc: php: 50,739; sh: 8,596; makefile: 572; perl: 148; xml: 25
file content (32 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Revision history for MaxMind CreditCardFraudDetection PHP API

1.43 October 3rd 2006
	- Added support for new input fields, usernameMD5 and passwordMD5
	- Changed require ("HTTPBase.php") to require_once ("HTTPBase.php")
		in case both CCFD and Telephone Verification files are used (Mike Mallinson)

1.4  August 8th 2005
	- Added support for Telephone Verification
	- Use POST method instead of GET method, fixes bug where query string
		was truncated
	- Added support for bypassing DNS using IP addresses
	- Added shipCity shipRegion shipPostal shipCountry to list of input fields

1.3  February 9th 2005
	- Added requested_type, forwardedIP, emailMD5, shipAddr,
		txnID, sessionID to list of input fields
	- Added LocationVerification.php
	- Replaced global variables with class fields (David Recordon)

1.2  July 2nd 2004
	- Added binName, binPhone, custPhone to list of input fields

1.1  June 8th 2004
	- Replaced h1 and h2 servers with www and www2 (all ending with maxmind.com)
	- Fixed URL encoding bug
	- Fixed curl code
	- Added debug and timeout options
	- Failover if score field not set

1.0  May 5st 2004
	- original version