Skip to content

Releases: TrueLayer/truelayer-php

v2.1.1

20 May 09:17
7274553
Compare
Choose a tag to compare

Added

  • Support for scheme selection configuration

v2.0.1

24 Apr 10:15
4f2fb66
Compare
Choose a tag to compare

Added

  • Additional supported countries in TrueLayer\Constants\Countries

Fixed

  • Using provider filters without specifying an excluded provider id would return an error

v2.0.0

26 Mar 16:43
09e02f4
Compare
Choose a tag to compare

Changed

  • Removed Illuminate dependencies
  • Removed input validation and TrueLayer\Exception\ValidationException
  • Minimum PHP version supported is 8.1

v1.6.0

09 Feb 16:22
e3cc8bf
Compare
Choose a tag to compare

Added

  • Support for setting the user's address using $client->user()->address()
  • Support for setting the user's date of birth using $client->user()->dateOfBirth()

Full Changelog: v1.5.0...v1.6.0

v1.5.0

16 Jan 10:33
aadd792
Compare
Choose a tag to compare

Added

  • New $client->paymentAuthorizationFlow() and $createdPayment->authorizationFlow() methods for starting the authorization flow that are better aligned with TrueLayer APIs
  • Missing documentation for starting payment authorization

Changed

  • Deprecated $client->startPaymentAuthorization() and $createdPayment->startAuthorization()

v1.4.0

20 Nov 11:53
0735eb6
Compare
Choose a tag to compare

Added

  • Support for custom idempotency keys