Skip to content

Releases: Adyen/adyen-php-api-library

Adyen PHP API Library 15.0.0-beta

18 Apr 14:24
d38ce4f
Compare
Choose a tag to compare

What's Changed

Models

With this new update we have added support for models that are one to one with our API. This means that we also created new service classes that use the respective models and provide additional description and functionalities. These models include getter/setters, constructors, support for serialization, ArrayAccess and some minor validation + constants for enum values (we can't provide real enums as we still continue to support lower php versions).

List of services containing support for models

  • Checkout (*)
  • Payouts (*)
  • Recurring
  • BinLookup
  • POSTerminalManagement
  • Management (*)
  • LegalEntityManagement (*)
  • Configuration (*)
  • Transfers (*)
  • Classic Payments Integration (*)
  • BalanceControl
  • DataProtection
  • StoredValue

These endpoints coexist (for now) with the old service implementation with arrays. The new endpoints can be recognised by the -Api suffix. Endpoints with the * tag exist of a directory containing subservices.

ArrayAccess

The old services will be deprecated on the next major. The new models implements ArrayAccess and should therefore be easy to migrate using the old arrays, as the object can be instantiated with arrays and parameters can be retrieved with the same array functionalities.

Breaking Changes 🛠

New Features 💎

Other Changes 🖇️

New Contributors

Full Changelog: 14.0.1...15.0.0-beta

Adyen PHP API Library 14.0.1

30 Mar 16:02
bd5fb6b
Compare
Choose a tag to compare

What's Changed

  • (Hotfix Main)[ITT-433] Fix paymentLinks endpoint URL builder by @candemiralp in #466

Full Changelog: 14.0.0...14.0.1

Adyen PHP API Library 14.0.0

20 Mar 10:28
e0d66e0
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Features

  • [ITT-370/369] Templates for models/services in clean branch by @jillingk in #449
  • [PW-6912] Add support for update and retrieve PaymentLinks by @jillingk in #430
  • feat: add deleteSignatories method by @playmono in #434

Fixes

New Contributors

Full Changelog: 13.0.5...14.0.0

Adyen PHP API Library 13.0.5

08 Mar 07:31
084d0a3
Compare
Choose a tag to compare

What's Changed

Fixes

New Contributors

Full Changelog: 13.0.4...13.0.5

Adyen PHP API Library 13.0.4

21 Sep 08:54
45f01a2
Compare
Choose a tag to compare

What's Changed

Fixes

  • [PW-7128] Add deprecation tag to Logger functions and functions using them by @jillingk in #409
  • Fix for region validation & add India to the regions list by @candemiralp in #402
  • [Checkout] Add checkout technical cancels by @SVillette in #408

Others

  • Bump php-coveralls/php-coveralls from 2.5.2 to 2.5.3 by @dependabot in #404

New Contributors

Full Changelog: 13.0.3...13.0.4

Adyen PHP API Library 13.0.3

12 Sep 12:00
82e45e0
Compare
Choose a tag to compare

What's Changed

Fix

  • [PW-7170] - Add region based endpoints for terminal api by @candemiralp in #400

Full Changelog: 13.0.2...13.0.3

Adyen PHP API Library 13.0.2

01 Sep 11:25
84845f9
Compare
Choose a tag to compare

What's Changed

Fixes

Others

Full Changelog: 13.0.1...13.0.2

Adyen PHP API Library 13.0.1

03 Aug 08:20
3dd908f
Compare
Choose a tag to compare

What's Changed

Fixes

  • [PW-4648] Add deprecated annotation for directory lookup function by @AlexandrosMor in #379
  • [PW-6861] - Add image and product url parameters to the open invoice line item builder by @candemiralp in #382
  • Recurring/scheduleaccountupdater by @jillingk in #373
  • fix unsafe type comparison by @jillingk in #368
  • Add Array type in config constructor function for old php versions by @jillingk in #384

Others

New Contributors

Full Changelog: 13.0.0...13.0.1

Adyen PHP API Library 13.0.0

08 Jun 15:28
f3ba999
Compare
Choose a tag to compare

What's Changed

Features

Others

New Contributors

Full Changelog: 12.2.0...13.0.0

Adyen PHP API Library 12.2.0

04 May 14:06
18cee8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.1.0...12.2.0