This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
Releases: maxmind/ccfd-api-php
Releases · maxmind/ccfd-api-php
1.71
1.70: Remove TVS support
- Support for the Telephone Verification Service was removed as this service
is no longer offered.
SSL Cert Verification and UTF-8 support
- 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
- Remove custom DNS cache support. ( Boris Zentner )
- Fixed Composer require issue. ( james-lsn )