From 73ae2c5313aa5dc36b93235b290466dbfc1e8ded Mon Sep 17 00:00:00 2001 From: aait Date: Fri, 4 Jun 2021 11:09:38 +0600 Subject: [PATCH] Bump v5.0.0 --- Changelog.txt | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index c7b7ab7..033ba79 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,21 @@ Changelog +5.0.0 - 2021-06-04 +Added +- PaymentCardholder: getBillingAddress(), setBillingAddress(), getAccountInfo(), setAccountInfo() +- PaymentPurchase: getRecurrenceToken(), setRecurrenceToken(), isGenerateRecurrenceToken(), setGenerateRecurrenceToken() +- PaymentRecur: getRecurrenceToken(), setRecurrenceToken() +- PaymentVerify: isGeneratePaymentToken(), setGeneratePaymentToken(), isGenerateRecurrenceToken(), setGenerateRecurrenceToken() +- Paymentorder: isGenerateUnscheduledToken(), setGenerateUnscheduledToken(), getRecurrenceToken(), setRecurrenceToken() +- `CardholderAccountInfo` class +- `PaymentPrefillInfo` class +- Added resources for Transaction in Payment response if it's expanded +- Added expands to build request endpoint + +Changed +- Updated `Recur` class +- Updated `PaymentorderMetadata` class +- Renamed `CardholderShippingAddress` class to `CardholderAddress` class + 4.0.1 - 2021-02-12 Added - Add InitiatingSystemUserAgent for `Payment` diff --git a/composer.json b/composer.json index 05c4f63..69e3da6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "swedbank-pay/swedbank-pay-sdk-php", "type": "library", "description": "The Swedbank Pay SDK for PHP simplifies integrations against Swedbank Pay's API Platform by providing native PHP interface towards the REST API.", - "version": "4.0.2", + "version": "5.0.0", "authors": [ { "name": "Sammy Nordström",