Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 1.46 KB

Release Notes for Stripe

Unreleased

  • Fixed a SQL error that occurred when syncing a subscriptions that were missing a latest_invoice value.
  • Fixed links to stripe dashboard when in live mode.

1.1.0 - 2024-06-14

  • Improved the Webhooks settings screen messaging and error handling. (#10)
  • craft\stripe\services\Checkout::getCheckoutUrl() now accepts false passed to the $user argument, which will result in an anonymous checkout URL. (#9)
  • craft\stripe\elements\Price::getCheckoutUrl() now has $customer, $successUrl, $cancelUrl, and $params arguments. (#9)
  • Fixed a bug where the stripe/checkout/checkout action required an active session. (#9)
  • Fixed a Stripe API error that could occur. (#9)
  • Fixed a bug where CSRF validation wasn’t being enfonced for webhook CRUD actions. (#10)
  • Fixed a bug where the plugin wasn’t updatable. (#11)

1.0.1 - 2024-05-07

  • Fixed an error that could occur on the My Account page, due to a plugin conflict. (#4)
  • Fixed a SQL error that could occur on MariaDB. (#5)

1.0.0 - 2024-04-30

  • Initial release