inertia start

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 defined when 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.location during server-side rendering.

Dependencies

  • Upgraded stripe/stripe-php from 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.