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

Releases: maxmind/ccfd-api-php

1.71

13 Oct 14:35
Compare
Choose a tag to compare
  • Support for adding a proxy. Pull request by Geoffrey. GitHub #22.
  • Composer will now use classmap to load the classes on demand instead of
    loading them all the time. Pull request by nimasdj. GitHub #24.
  • The example code was updated. Pull request by nimasdj. GitHub #23.

1.70: Remove TVS support

21 Jul 14:50
Compare
Choose a tag to compare
  • Support for the Telephone Verification Service was removed as this service
    is no longer offered.

SSL Cert Verification and UTF-8 support

23 Jul 16:36
Compare
Choose a tag to compare
  • Important: SSL certificates are now verified. If you use SSL and are on
    a platform where cURL's cainfo is not set by default, you must either
    set set curl.cainfo in your php.ini file or use the setCurlCaInfo()
    method on the CreditCardFraudDetection object to set the certificates
    to be used. (GitHub #11)
  • Added a useUtf8(bool) method that can be used to enable the conversion
    of the web service response to UTF-8. (GitHub #12)
  • Undefined value warning fix. (GitHub #8)

Removed DNS caching and fixed composer issue

01 Sep 16:09
Compare
Choose a tag to compare
  • Remove custom DNS cache support. ( Boris Zentner )
  • Fixed Composer require issue. ( james-lsn )

v1.53

08 Jul 16:52
Compare
Choose a tag to compare
  • Removed deprecated use of ereg.
  • Added Composer support.
  • Reorganized source package.

v1.51

08 Jul 16:52
Compare
Choose a tag to compare
  • Allow all input fields supported by minFraud 1.4 (Boris Zentner)
  • Remove LocationVerification example and API (Boris Zentner)

v1.50

08 Jul 16:53
Compare
Choose a tag to compare
  • Check countryMatch instead of score. Score is not avail as of
    minfraud_version 1.3 and might be empty. (Boris Zentner)

v1.49

08 Jul 16:53
Compare
Choose a tag to compare
  • Add minfraud3.maxmind.com to the server list ( Boris Zentner )

v1.48

08 Jul 16:53
Compare
Choose a tag to compare
  • Add new optional fields user_agent and accept_language for CCFD requests ( Boris Zentner )

v1.47

08 Jul 16:54
Compare
Choose a tag to compare
  • Changed license from GPL to LGPL