Skip to content

Releases: solidusio/solidus_stripe

v5.0.2

30 Nov 16:52
v5.0.2
f738343
Compare
Choose a tag to compare

What's Changed

  • Ensure reloading the confirmation page doesn't break the checkout by @elia in #317

Full Changelog: v5.0.1...v5.0.2

v5.0.1

09 Oct 09:47
v5.0.1
f6390ee
Compare
Choose a tag to compare

What's Changed

  • Ensure the order tabs are not collapsed into a drop down in specs by @elia in #315

Full Changelog: v5.0.0...v5.0.1

v5.0.0

02 Aug 08:48
v5.0.0
90894c8
Compare
Choose a tag to compare

Features

  • Supports solidus_starter_frontend and acts as a simple reference implementation for custom frontends
  • Supports multiple payment providers out of the box by using Stripe's Payment Element
  • Supports additional verifications (e.g. 3D Secure) out of the box
  • Easily extensible support for Stripe webhooks via subscribers and the Solidus event bus

A complete rewrite!

It's a complete rewrite over v4, please refer to the README for a comprehensive list of features, installation instructions, and caveats to look out for.

Migrating from v4

Currently, due to the wide range of setups supported by v4, we advise against rushing to update to v5. Support for v4 has been extended to the latest Solidus and is not a blocker for staying up to date.

What's Changed (in detail)

New Contributors

Read more

v5.0.0.rc.3

10 Jul 09:45
2203435
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0.rc.2...v5.0.0.rc.3

v4.4.1

26 May 15:23
v4.4.1
c61d8af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

v5.0.0.rc.2

08 May 13:25
4762812
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0.rc.1...v5.0.0.rc.2

v5.0.0.rc.1

02 May 11:58
v5.0.0.rc.1
4ad2db7
Compare
Choose a tag to compare

📣 This is most likely the final release before the official v5, and is considered ready for use. 📣

Features

  • Supports solidus_starter_frontend and acts as a simple reference implementation for custom frontends
  • Supports multiple payment providers out of the box by using Stripe's Payment Element
  • Supports additional verifications (e.g. 3D Secure) out of the box
  • Easily extensible support for Stripe webhooks via subscribers and the Solidus event bus

A complete rewrite!

It's a complete rewrite over v4, please refer to the README for a comprehensive list of features, installation instructions, and caveats to look out for.

What's Changed since the previous alpha

Full Changelog: v5.0.0.alpha.1...v5.0.0.rc.1

See also changes in v5.0.0.alpha.1: https://github.com/solidusio/solidus_stripe/releases/v5.0.0.alpha.1

v5.0.0.alpha.1

18 Apr 13:16
v5.0.0.alpha.1
187149e
Compare
Choose a tag to compare
v5.0.0.alpha.1 Pre-release
Pre-release

This is the raw list of PRs, the final version will have a more refined changelog, stay tuned!

What's Changed

Read more

v4.4.0

19 Dec 17:41
v4.4.0
79dca68
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix incorrect charge amount for currencies without fractions #138
  • ActionView::MissingTemplate in Spree::Checkout#edit #127

Closed issues:

  • RFC: Overhauling solidus_stripe #135
  • Initializer fails with uninitialized constant Spree::PaymentMethod #133
  • How to pass zip code when add a Credit Card #132
  • Undefined method `cvv_path' #130
  • Javascript don't working after solidus_stripe installation #126
  • Facing dependency issue after upgrade solidus 3 #114
  • New release for solidus 3 #113
  • How to specify API version #93
  • Consistency between README and Wiki #67

Merged pull requests:

  • Fix adding a new customer card in admin #144 (elia)
  • Fix incorrect charge amount for currencies without fractions #139 (cmbaldwin)
  • Fix setup instructions for Rails 7 #136 (diegomichel)
  • Update stale bot to extend org-level config #134 (gsmendoza)
  • Revert "Add back custom view paths that were mistakenly removed" #129 (elia)
  • Add back custom view paths that were mistakenly removed #128 (elia)
  • Fix the CI after the Solidus v3.2 release #125 (elia)
  • Update to use forked solidus_frontend when needed #124 (waiting-for-dev)
  • Fix CI and tests on Rails 7 #123 (waiting-for-dev)

v4.3.0

17 Apr 10:39
694d7e5
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Remove Solidus 2.x deprecation to allow 3.0 usage #99 (kennyadsl)
  • Update gem with the latest dev_support #97 (kennyadsl)

Fixed bugs:

Closed issues:

  • Could not create payment #111
  • statement_descriptor_suffix #107
  • Shipping cost payment refund rejected from Stripe API because of negative charge value #101
  • Remove Solidus 2.x deprecations #98
  • about LICENSE #59

Merged pull requests: