From e5b11b96bbcf3d88cfcd494844358eb7640b2225 Mon Sep 17 00:00:00 2001 From: Nuryagdy Mustapayev Date: Fri, 26 Apr 2024 11:05:44 +0200 Subject: [PATCH] v1.1.0 changelog update --- README.md | 2 ++ docs/CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/README.md b/README.md index 502f10f4..5a42f288 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ Son yapılan değişiklikler için [`CHANGELOG`](./docs/CHANGELOG.md). - ext-dom - ext-json - ext-openssl +- ext-libxml +- ext-zlib - ext-SimpleXML - ext-soap (sadece KuveytPos için) - [PSR-18](https://packagist.org/providers/psr/http-client-implementation): HTTP diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 96d8531f..3b0e75ab 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,28 @@ # Changelog +## [1.1.0] - 2024-04-26 + +### New Features +- [Akbank POS](https://sanalpos-prep.akbank.com/) entegrasyonu eklendi. (issue #191) +- **Vakif Katılım POS** entegrasyonu eklendi. (issue #181) +- **KuveytPos** - TDV2.0.0 API'a upgrade edildi. (issue #172) +- **KuveytPos** - MODEL_NON_SECURE ödeme desteği eklendi. + +### Changed +- **KuveytPos** ödeme durum sorgulama isteğinin response mapping'i iyileştirildi. +- **KuveytPos** iade işlemi için _PartialDrawback_ yerine artık _Drawback_ kullanılıyor. + +### Fixed +- **KuveytPos** - iptal ve iade çalışmama sorunu çözüldü. (issue #159) + +### Breaking Changes +- ayarlar dosyasında KuvetPos için `payment_api` değeri + `https://sanalpos.kuveytturk.com.tr/ServiceGateWay/Home/ThreeDModelProvisionGate` + + yerine + + `https://sanalpos.kuveytturk.com.tr/ServiceGateWay/Home` kullanmanız gerekiyor. +- composer.json'a `ext-zlib` extension zorunluluğu eklendi. + ## [1.0.0] - 2024-03-30 ### New Features