All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. In order to read more about upgrading and BC breaks have a look at the UPGRADE Document.
- Adjust admin module version constraint to allow latest 5.0 release
- #30 Added Bahasa translation
- #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
- Upgrade stripe php sdk to allow php 8 compatibility
- Allow composer constraint for version 2.0 of LUYA core.
- #26 Ensure the CSRF meta informations are registered, otherwise a javascript error is thrown.
- #25 Fix issue where already captured safer pay process throws an
402 Action Failed
exception.
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.
- #21 New methods to close a payment process within a transaction.
- #20 Catch SaferPay interface error message.
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.
- Changed german translation
- Changed version constraint for LUYA Admin Module.
- #16 New IT translation messages.
- Ensure order id contains no special chars.
- #13 Use new Stripe Payment Intents over Checkout API in order to support SCA checkout flow.
- Fixed bug with large float numbers when using PayPal Provider.
- Move payment transaction config to config file
- Changed full class API structure.
- Added abstraction layers which allows you to use payment with headless library.
- Added admin module with payment informations.
- Added status of payment while processing (success, back, failure) instead of the controller implementation.
## 1.0.0-RC4 (19. December 2017)
- First RC