- New: Include name and email when creating a customer in Stripe
- New: Add a link to the Stripe listing from the payment details.
- Updated Stripe SDK
- Remove BTC as payment method (no longer supported in Stripe).
- Match the checkout page styling in the custom form to the listing form.
- Hide Zip Code input from Stripe Card Element when Checkout Custom Form is used (use the input in form).
- Auto deactivate the plugin in PHP < 5.6
- Fix: Validate Stripe Checkout Session.
- Fix: Validate module's Stripe configuration is available.
- Fix: The Stripe webhooks were failing, so payments were not getting auto marked as complete.
- Fix: Deleting a listing linked to a subscription resulted in a fatal error and subscription was not canceled
- Fix: If the notification for a payment comes through multiple times, don't extend the listing for each one.