Skip to content

Releases: luyadev/luya-module-payment

4.0.2

30 Nov 10:32
589ec8f
Compare
Choose a tag to compare

4.0.2 (30. November 2023)

  • Adjust admin module version constraint to allow latest 5.0 release

4.0.0

13 Sep 09:00
93bce97
Compare
Choose a tag to compare

4.0.0 (13. Septmeber 2023)

  • #28 Removed PayPal support from built in providers due to not upgraded composer SDK.
  • #28 Removed SaferPayLegacy Provider
  • #28 Dropped support for PHP 7.x versions

3.0.4

08 Feb 14:13
3f6eec3
Compare
Choose a tag to compare

3.0.4 (8. February 2022)

  • Upgrade stripe php sdk to allow php 8 compatibility

3.0.3

27 Jul 11:13
Compare
Choose a tag to compare

3.0.3 (27. July 2021)

  • Allow composer constraint for version 2.0 of LUYA core.

3.0.2

27 May 09:47
25e2cf1
Compare
Choose a tag to compare

3.0.2 (27. May 2021)

  • #26 Ensure the CSRF meta informations are registered, otherwise a javascript error is thrown.

3.0.1

11 Feb 11:59
64cbef4
Compare
Choose a tag to compare

3.0.1 (10. February 2021)

  • #25 Fix issue where already captured safer pay process throws an 402 Action Failed exception.

3.0.0

05 Jan 09:35
Compare
Choose a tag to compare

3.0 (5. January 2021)

This release contains significant changes regarding SaferPay integration. Check the UPGRADE document to read more about breaking changes.

  • #22 Remove SaferPay HTTPS Interface provider as its deprecated until end of 2020.

2.1.0

11 Oct 08:50
Compare
Choose a tag to compare

2.1 (11. October 2020)

  • #21 New methods to close a payment process within a transaction.
  • #20 Catch SaferPay interface error message.

2.0.0

13 Apr 15:34
f2a10d6
Compare
Choose a tag to compare

2.0 (13. April 2020)

This release contains new migrations and requires to run the migrate command after updating. Check the UPGRADE document to read more about breaking changes.

  • #18 New migration for saving payment provider specific informations like IDs.

1.1.3

28 Feb 14:34
Compare
Choose a tag to compare

1.1.3 (28. February 2020)

  • Changed german translation
  • Changed version constraint for LUYA Admin Module.