Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 08:19

v1.0.1 - 2026-07-11

Fixed

  • Admin UI: Stripped HTML5 native validation attributes from input, select, and textarea components.
  • Admin UI: Replaced native browser confirmation with a modal confirmation for the Package Field delete action.
  • Store: Ensured hidden catalogs are properly hidden from package form dropdowns in the admin area.
  • Store: Excluded hidden variants from the package checkout flow to prevent unauthorized purchases.
  • Auth: Dispatched login notifications directly from controllers to capture the real request IP and user-agent reliably, replacing the unreliable event listener context.
  • Auth: Implemented the AuditsUser trait in Two-Factor controllers to ensure proper audit logging.
  • Plugins: Switched from moveDirectory to copyDirectory to maintain compatibility with Docker volume mounts.

Performance

  • Broadcasts: Utilized lazy collections for the all_users broadcast to prevent memory exhaustion on large user bases.