Skip to content

Releases: avto-dev/cloud-payments-laravel

v1.8.0

31 May 11:34
ca5651f
Compare
Choose a tag to compare

Added

  • Laravel 11.x support

Changed

  • Minimal Laravel version now is 10.0
  • Version of composer in docker container updated up to 2.7.6
  • Updated dev dependencies

v1.7.0

08 Sep 10:48
fac1f3d
Compare
Choose a tag to compare

Added

  • Property TrInitiatorCode in TokensAuthRequestBuilder

Changed

  • Mark property token as required for payment by token in TokensAuthRequestBuilder

v1.6.0

11 Aug 06:49
ee907e8
Compare
Choose a tag to compare

Added

  • Request builders for working with SBP

Changed

  • Up minimal avto-dev/guzzle-url-mock version to 1.6

v1.5.0: Update to php8 (#27)

13 Feb 09:36
8fb1e69
Compare
Choose a tag to compare

v1.4.0

24 Dec 13:27
632396e
Compare
Choose a tag to compare

Added

  • Reference SubscriptionStatus with subscription statuses (#16)

Thanks @gomzyakov

v1.3.0

06 Apr 09:46
c9d4c1a
Compare
Choose a tag to compare

Removed

  • Dependency tarampampam/wrappers-php because this package was deprecated and removed

Changed

  • Minimal require PHP version now is 7.3
  • Package tarampampam/guzzle-url-mock replaced with avto-dev/guzzle-url-mock version ^1.5

v1.2.0: PHP 8

25 Dec 14:40
295077f
Compare
Choose a tag to compare

Added

  • Support PHP 8.x

Changed

  • Composer 2.x is supported now
  • Package fzaninotto/faker replaced with fakerphp/faker version ^1.12

v1.1.0: Laravel 8 & Guzzle 7 is supported

09 Sep 12:04
a9dac3a
Compare
Choose a tag to compare

Changed

  • Laravel 8 is supported
  • Minimal Laravel version now is 6.0 (Laravel 5.5 LTS got last security update August 30th, 2020)
  • Guzzle 7 (guzzlehttp/guzzle) is supported
  • Dependency tarampampam/wrappers-php version ~2.0 is supported

v1.0.1

28 Jul 11:16
12cd2f4
Compare
Choose a tag to compare

Fixed

  • Package version of guzzlehttp/guzzle from ~6.4.1 to ~6.1 #10

v1.0.0

28 Jun 09:13
99df5cc
Compare
Choose a tag to compare

Changed

  • Maximal illuminate/* packages version now is 7.*
  • CI completely moved from "Travis CI" to "Github Actions" (travis builds disabled)