Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 16:23
· 97 commits to 1.x since this release
1.1.0
5c1a82d
  • 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)