From 3a3f5f5624f2b0572a56127d07928f19f7a22c3c Mon Sep 17 00:00:00 2001 From: mout-rabobank <61415487+mout-rabobank@users.noreply.github.com> Date: Wed, 10 Nov 2021 11:40:50 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 884c141..1a1fee1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ Detailed developer documentation on how to use the PHP SDK as well as contact in ## Release notes +### Version 1.13.0 +* Extended SDK to retrieve a list of iDEAL issuers. +* Extended SDK to allow the iDEAL issuer to be passed in the order announcement. +* Extended SDK to allow the payment result page (also known as the 'thank-you' oage) to be skipped in the payment process. +* Extended SDK to allow the name of the customer to be passed in the order announcement. +* Added support for PHP 8.0. +* Updated some dependencies to recent versions. + ### Version 1.12.1 * Fixed rounding problem (ROFE-4592).