Skip to content

Releases: sebdesign/laravel-viva-payments

v6.0.0-alpha.1

08 Nov 22:19
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release

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

13 Jan 20:46
Compare
Choose a tag to compare
  • Add support for Laravel 9

v5.1.6

27 Nov 17:44
0aaeaa4
Compare
Choose a tag to compare

Add support for PHP 8.0 and 8.1

v5.1.5

17 Oct 10:24
Compare
Choose a tag to compare
  • Fix relative URI exception from guzzle

v5.1.4

28 May 17:07
Compare
Choose a tag to compare
  • Use POST instead of GET method in capturePreAuthTransaction API #24

v5.1.3

19 Feb 19:31
Compare
Choose a tag to compare

Update to TLS v1.2 (Fixes #23)

v5.1.2

10 Dec 01:57
Compare
Choose a tag to compare
  • Switch to GitHub Actions

v5.1.1

29 Sep 09:41
Compare
Choose a tag to compare

Fix NativeCheckout::chargeTokenUsingCardToken #18

v5.1.0

07 Sep 19:29
Compare
Choose a tag to compare
  • Add support for Laravel 8

v5.0.0

01 Sep 20:57
Compare
Choose a tag to compare
  • Add OAuth authentication
  • Add Simple Checkout
  • Add Native Checkout v2
  • Remove Native Checkout v1
  • Remove Mobile Checkout