Skip to content

Releases: thirtybees/stripe

Version 1.9.4

04 Sep 10:26
Compare
Choose a tag to compare

Support klarna payment method

Version 1.9.3

28 May 05:57
Compare
Choose a tag to compare

Fixed bug with translations

Version 1.9.2

23 May 12:30
Compare
Choose a tag to compare
  • 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

08 Apr 08:59
Compare
Choose a tag to compare
  • Fixed bug with card form in OPC mode
  • Implemented basic logging to file to help troubleshoot problems

Version 1.9.0

02 Apr 06:27
Compare
Choose a tag to compare

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

20 Jun 11:22
Compare
Choose a tag to compare

Fix EU payments

Version 1.8.1

16 Jun 07:25
Compare
Choose a tag to compare
  • Fixed translation issue
  • Fixed bug with parsing refund number
  • code maintenance

Version 1.8.0

06 Mar 07:33
Compare
Choose a tag to compare
  • Updated stripe library to support new API version
  • PHP8 compatibility fixes

Bug fixes for credit card embedded form

07 Oct 15:59
Compare
Choose a tag to compare

This release fixes

  • issue #35 - display validation errors for embedded forms
  • issue #38 - checkout displayed 500 error page when total cart price was below stripe limit - €0.5
  • updated list of available countries Stripe currently supports

Strong Customer Authentication support

12 Jul 07:43
Compare
Choose a tag to compare

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.