Skip to content

Commit

Permalink
Merge pull request #203 from mewebstudio/v1.1-doc-updates
Browse files Browse the repository at this point in the history
v1.1.0 changelog update
  • Loading branch information
nuryagdym authored Apr 26, 2024
2 parents c340a1c + e5b11b9 commit 7c3401d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 24 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7c3401d

Please sign in to comment.