Skip to content

Releases: FLUX-SE/SyliusPayumStripePlugin

v.2.0.13

28 Oct 09:33
b3216ce
Compare
Choose a tag to compare

What's Changed

  • [Fix] symfony/workflow services loading by @Prometee in #63

Full Changelog: v2.0.12...v2.0.13

v2.0.12

26 Sep 17:49
6706898
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.11...v2.0.12

v2.0.11

27 Jun 09:31
af830d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.10...v2.0.11

v2.0.10

11 Jun 19:00
3034701
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.9...v2.0.10

v2.0.9

10 Jan 16:02
7ee8088
Compare
Choose a tag to compare

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

04 Jan 13:39
50c3f36
Compare
Choose a tag to compare

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

Full Changelog: v2.0.7...v2.0.8

[STRIPE API] Expire Session instead of Cancel PaymentIntent

20 Sep 18:22
524dfc2
Compare
Choose a tag to compare

What's Changed

  • Expire session instead of cancel payment intent by @Prometee in #36

Full Changelog: v2.0.6...v2.0.7

Use the new Stripe Price API

15 Sep 17:07
8e23fa3
Compare
Choose a tag to compare

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

04 Feb 20:16
2c70ee2
Compare
Choose a tag to compare

Allow empty payment method types

24 Jan 17:15
726f12b
Compare
Choose a tag to compare

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