v1.2.1
v1.2.1
This patch prevents billing components from making browser-only API requests during server-side rendering.
Fixed
- Fixed the Inertia SSR process terminating with
XMLHttpRequest is not definedwhen Stripe or Paddle pricing cards loaded provider prices or discounts, or when Paddle billing components resolved an authenticated customer. These requests now start after the components mount in the browser. - Fixed the default Stripe and Paddle pricing-card checkout URLs accessing
window.locationduring server-side rendering.
Dependencies
- Upgraded
stripe/stripe-phpfrom v20 to v21 now that Cashier 16.8 supports it - Updated minor versions of Composer and npm dependencies
Upgrade Guide
Rebuild frontend assets with npm run build or your normal frontend workflow.