Skip to content

Releases: maxmind/minfraud-api-php

1.1.0

11 Oct 14:38
Compare
Choose a tag to compare
  • Added the follow new values to the event type validation: email_change and
    password_reset.
  • isset() on model attributes now returns the correct value.

1.0.0: First Production Release

15 Sep 21:41
Compare
Choose a tag to compare
v1.0.0

First production release

0.6.2

17 Aug 20:57
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Added the following new values to the payment processor validation:
    concept_payments, ecomm365, orangepay, and pacnet_services.
  • Upgraded maxmind/web-service-common to 0.3.0. This version uses
    composer/ca-bundle rather than our own CA bundle.

0.6.1

10 Jun 22:47
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Upgraded to maxmind/web-service-common that supports setting a HTTP proxy.

0.6.0: Removed creditsRemaining. New outputs.

08 Jun 22:13
Compare
Choose a tag to compare
  • BREAKING CHANGE: creditsRemaining has been removed from the web service
    models and has been replaced by queriesRemaining.
  • Added queriesRemaining and fundsRemaining. Note that fundsRemaining
    will not be returned by the web service until our new credit system is in
    place.
  • confidence and lastSeen were added to the Device response model.

0.5.0

23 May 17:44
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Added support for the minFraud Factors.
  • Added IP address risk to the minFraud Score model.
  • Implement JsonSerializable.
  • Added the following new values to the payment processor validation:
    ccnow, dalpay, epay (replaces epayeu), payplus, pinpayments,
    quickpay, and verepay.

0.4.0

20 Jan 20:35
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

0.4.0 (2016-01-20)

  • PHP 7 support was added. PHP 5.3 support was dropped.
  • Previously an array within an array would incorrectly validate when using
    the ->with* methods. This now correctly throws a validation exception.
  • Added support for new minFraud Insights outputs. These are:
    • /credit_card/brand
    • /credit_card/type
    • /device/id
    • /email/is_free
    • /emai/is_high_risk
  • input on the Warning response model has been replaced with
    inputPointer. The latter is a JSON pointer to the input that caused the
    warning.

0.3.0

10 Aug 16:14
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Add new is_gift and has_gift_message inputs to order object.
  • Request keys with null values are no longer validated or sent to the web service.

0.2.2: Fix POST bug

21 Jul 20:16
Compare
Choose a tag to compare
0.2.2: Fix POST bug Pre-release
Pre-release
* Updated `maxmind/web-service-common` to version that fixes POST bug.

0.2.1: PHP 5.3 and 5.4 fixes

30 Jun 19:08
Compare
Choose a tag to compare
Pre-release
  • Updated maxmind/web-service-common to version with fixes for PHP 5.3 and
    5.4.