Releases: FLUX-SE/SyliusPayumStripePlugin
Releases · FLUX-SE/SyliusPayumStripePlugin
v.2.0.13
v2.0.12
v2.0.11
v2.0.10
What's Changed
- Fix #53 - cancel an empty payment by @cbastienbaron in #54
New Contributors
- @cbastienbaron made their first contribution in #54
Full Changelog: v2.0.9...v2.0.10
v2.0.9
What's Changed
READ UPGRADE.md file to know what service and classes have changed.
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- [Translation] Fix bad indentation in French messages catalog. by @brtes in #37
- [Build] Sylius 1.12 and Symfony 6 tests update by @Prometee in #38
- [Doc] minor fix for the installation in the readme by @Nek- in #43
- [Translation] Add dutch translations by @JoppeDC in #47
- [Fix] PSALM test by @Prometee in #49
- [Fix] psr http message factory by @Prometee in #48
- [Fix] double admin actions by @Prometee in #50
New Contributors
- @brtes made their first contribution in #37
- @Nek- made their first contribution in #43
- @JoppeDC made their first contribution in #47
Full Changelog: v2.0.7...v2.0.8
[STRIPE API] Expire Session instead of Cancel PaymentIntent
What's Changed
Full Changelog: v2.0.6...v2.0.7
Use the new Stripe Price API
Stripe wants us to us the new Stripe Price API, this plugin is following the move and follow all recommandations you can found here :
https://stripe.com/docs/billing/migration/migrating-prices
Avoid infinite loop while an Exception is throw
Allow empty payment method types
Stripe is now providing a way to manage payment method types from the Stripe Dashboard, the default ['card']
value
has been edited to []
allowing Stripe to choose all enabled payment method types for a payment.
Full Changelog: v2.0.3...v2.0.4