Releases: luyadev/luya-module-payment
Releases · luyadev/luya-module-payment
4.0.2
4.0.2 (30. November 2023)
- Adjust admin module version constraint to allow latest 5.0 release
4.0.0
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
3.0.4 (8. February 2022)
- Upgrade stripe php sdk to allow php 8 compatibility
3.0.3
3.0.3 (27. July 2021)
- Allow composer constraint for version 2.0 of LUYA core.
3.0.2
3.0.2 (27. May 2021)
- #26 Ensure the CSRF meta informations are registered, otherwise a javascript error is thrown.
3.0.1
3.0.1 (10. February 2021)
- #25 Fix issue where already captured safer pay process throws an
402 Action Failed
exception.
3.0.0
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
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
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
1.1.3 (28. February 2020)
- Changed german translation
- Changed version constraint for LUYA Admin Module.