Releases: solidusio/solidus_stripe
Releases · solidusio/solidus_stripe
v4.2.0
Fixed bugs:
- Fix StripeCreditCard#try_void with Elements/V2 API #75 (spaghetticode)
Closed issues:
- A token may not be passed in as a PaymentMethod. Instead, create a PaymentMethod or convert your token to a PaymentMethod by setting the
card[token]
parameter to #71
Merged pull requests:
- Fix 3DS modal amount verification #72 (spaghetticode)
v4.1.0
Fixed bugs:
- Card name ignored when adding new card to an order during checkout #68
- Try to find address state also by name #65 (spaghetticode)
- Fix order cancel with Payment Intents captured payment #57 (spaghetticode)
Merged pull requests:
- Save correct cardholder name in Spree::CreditCard #69 (spaghetticode)
- Update Readme #63 (aleph1ow)
- Remove credit cards image #62 (aleph1ow)
- Remove Stripe::CardError leftover #58 (spaghetticode)
- Update gemspec URLs #54 (elia)
- fix typo #51 (ccarruitero)
New Contributors
- @ccarruitero made their first contribution in #51
- @aleph1ow made their first contribution in #63
Full Changelog: v4.0.0...v4.1.0
v3.2.1
Fixed bugs:
- [ADMIN] Order cancel doen't work with Payment Intents captured payments #56
Closed issues:
v4.0.0
Fixed bugs:
- Fix for 3D-Secure payments on cart page checkout #49 (spaghetticode)
Closed issues:
- Custom stripe element field options (e.g for showing a credit card icon) #41
- Clearer documentation on how to implement #15
Merged pull requests:
v3.2.0
Fixed bugs:
- Send form data also when paying with payment request button #47 (spaghetticode)
Merged pull requests:
- Replace deprecated route
/stripe/confirm_payment
#46 (spaghetticode)
v3.1.0
Fixed bugs:
- Duplicates charges with Payment Intents #44
- Create a single charge when using Stripe Payment Intents #45 (spaghetticode)
Closed issues:
- Stripe Elements submit button stuck in disabled state. #39
- Visa credit card type is blank #36
- Pay with Apple Pay from cart page #23
Merged pull requests:
- Custom Stripe Elements field options #42 (stuffmatic)
- Improve the way Stripe Elements validation errors are displayed #40 (stuffmatic)
- Fix stripe-to-solidus card type mapping #38 (stuffmatic)
- Add hook to provide custom Stripe Elements options #37 (stuffmatic)
- Change order description that we pass to Stripe #35 (kennyadsl)
v3.0.0
Implemented enhancements:
- Rename v3/stripe partial as v3/elements #30 (spaghetticode)
Merged pull requests:
- Allow to customize Stripe Elements styles via JS #34 (spaghetticode)
- Stop injecting css in host app while installing #33 (kennyadsl)
- Manage Stripe V3 JS code via Sprokets #32 (spaghetticode)
v2.1.0
Closed issues:
- Preference :stripe_country is not defined on Spree::PaymentMethod::StripeCreditCard (RuntimeError) #27
Merged pull requests:
- Refactor Stripe V3 Intents, Elements and cart checkout JS code #31 (spaghetticode)
v2.0.0
Implemented enhancements:
- Add support for Apple Pay through Stripe Payment Request Button #22
- Cart page payment with Stripe payment request button (Apple/Google Pay) #29 (spaghetticode)
- Allow Apple Pay and Google Pay via Payment Request Button #25 (spaghetticode)
- Use Payment Intents API with Active Merchant #20 (spaghetticode)
Closed issues:
- Handling of Strong Customer Authentication (SCA) #18
- Stripe checkout fails when using a stored credit card number #16
- Better PCI-Compliance with stripe.js version 3 #5
- No gem found #4
Merged pull requests:
- Remove ERB from Elements and Intents JS code #28 (spaghetticode)
- Remove
update_attributes!
deprecation #24 (spaghetticode) - Add solidus_dev_support gem #21 (spaghetticode)
- Fix reusing cards with Stripe v3 #17 (kennyadsl)
- Extension maintenance #14 (kennyadsl)
- Update README installation instructions #13 (hashrocketeer)
- Use preferred_v3_elements instead of preferences[:v3_elements] #12 (ChristianRimondi)
- Remove
Spree.t
in favor ofI18n.t
#11 (spaghetticode) - Remove Capybara deprecation warning #10 (spaghetticode)
- Add Stripe.js V3 with Elements #9 (spaghetticode)
- Remove unused CircleCI config #8 (aitbw)
- Add Rubocop for linting #7 (aitbw)
- Allow creating seeds with the install command #6 (kennyadsl)
- Add Solidus v2.8 to Travis config #3 (aitbw)
- Update README.md #2 (brchristian)
- Add missing API partial for stripe gateway #1 (jontarg)
v1.2.0
Full Changelog: v1.1.1...v1.2.0