Releases: thirtybees/stripe
Releases · thirtybees/stripe
Version 1.9.4
Support klarna payment method
Version 1.9.3
Fixed bug with translations
Version 1.9.2
- fixed critical bug that prevented payments through Card form when cart total changed
- added BLIK payment method
- improved logging
- fixed PHP8 warnigns
Version 1.9.1
- Fixed bug with card form in OPC mode
- Implemented basic logging to file to help troubleshoot problems
Version 1.9.0
Multiple enhancements were releases in this version:
- all payment methods now use
paymentintents
api - updated countries / currencies restrictions
- new payment method:
Sepa Direct Debit
- new payment method:
WeChat Pay
- fixed couple of bugs related to refunds
Version 1.8.2
Fix EU payments
Version 1.8.1
- Fixed translation issue
- Fixed bug with parsing refund number
- code maintenance
Version 1.8.0
- Updated stripe library to support new API version
- PHP8 compatibility fixes
Bug fixes for credit card embedded form
Strong Customer Authentication support
Strong Customer Authentication is a new European regulation coming into effect on September 14, 2019. This regulation requires additional authentication for many online payments.
Stripe provides SCA-ready PaymentIntent
api.
This version of module utilize this new API, which makes the module SCA-ready as well.