Releases: sebdesign/laravel-viva-payments
Releases · sebdesign/laravel-viva-payments
v6.0.0-alpha.1
Added
- Implement Smart Checkout
- Create card tokens
- Add support for PHP 8.2
Changes
- Dispatch events instead of extending controller for handling webhooks
Removed
- Remove Simple Checkout
- Remove Native Checkout
- Remove Redirect Checkout
- Remove deprecated APIs
- Drop support for PHP 8.0 and below
- Drop support for Laravel 8 and below
v5.2.0
- Add support for Laravel 9
v5.1.6
Add support for PHP 8.0 and 8.1
v5.1.5
- Fix relative URI exception from guzzle
v5.1.4
- Use POST instead of GET method in capturePreAuthTransaction API #24
v5.1.3
Update to TLS v1.2 (Fixes #23)
v5.1.1
Fix NativeCheckout::chargeTokenUsingCardToken #18
v5.1.0
- Add support for Laravel 8
v5.0.0
- Add OAuth authentication
- Add Simple Checkout
- Add Native Checkout v2
- Remove Native Checkout v1
- Remove Mobile Checkout