Skip to content

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:53

v0.8.3 - 2026-06-15

Fixed

  • Coupons: Implemented database transactions with row-level locks to prevent race conditions on maximum usage limits.
  • Checkout: Corrected a typo in the database query casing (findOrFail) to prevent runtime errors.
  • Users: Adjusted the user creation logic to conditionally hash passwords only when explicitly provided.
  • Users: Added a guard against null verification records within the email verification action.
  • Middleware: Added null-safe operators for authenticated user checks in both the two-factor and maintenance middlewares to prevent fatal errors.

Security & Chores

  • Dependencies: Updated guzzlehttp/psr7 and multiple NPM packages to address known security vulnerabilities.
  • Build: Regenerated package-lock.json to resolve Docker build failures.