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

Releases: maxmind/ccfd-api-php

1.71

Choose a tag to compare

@oschwald oschwald released this 13 Oct 14:35
  • 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

Choose a tag to compare

@oschwald oschwald released this 21 Jul 14:50
  • Support for the Telephone Verification Service was removed as this service
    is no longer offered.

SSL Cert Verification and UTF-8 support

Choose a tag to compare

@oschwald oschwald released this 23 Jul 16:36
  • 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

Choose a tag to compare

@oschwald oschwald released this 01 Sep 16:09
  • Remove custom DNS cache support. ( Boris Zentner )
  • Fixed Composer require issue. ( james-lsn )

v1.53

Choose a tag to compare

@oschwald oschwald released this 08 Jul 16:52
  • Removed deprecated use of ereg.
  • Added Composer support.
  • Reorganized source package.

v1.51

Choose a tag to compare

@oschwald oschwald released this 08 Jul 16:52
  • Allow all input fields supported by minFraud 1.4 (Boris Zentner)
  • Remove LocationVerification example and API (Boris Zentner)

v1.50

Choose a tag to compare

@oschwald oschwald released this 08 Jul 16:53
  • Check countryMatch instead of score. Score is not avail as of
    minfraud_version 1.3 and might be empty. (Boris Zentner)

v1.49

Choose a tag to compare

@oschwald oschwald released this 08 Jul 16:53
  • Add minfraud3.maxmind.com to the server list ( Boris Zentner )

v1.48

Choose a tag to compare

@oschwald oschwald released this 08 Jul 16:53
  • Add new optional fields user_agent and accept_language for CCFD requests ( Boris Zentner )

v1.47

Choose a tag to compare

@oschwald oschwald released this 08 Jul 16:54
  • Changed license from GPL to LGPL