Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 23 May 12:01
· 33 commits to main since this release

v0.8.1 - 2026-05-23

Added

  • Pricing: Implemented drag-and-drop sort order functionality for package pricing.

Changed

  • Core: Refactored application versioning to use config and dynamic injection via GitHub Actions.

Fixed

  • Client Dashboard: Fixed an issue to show accurate unpaid invoices and open tickets counts by restricting queries to the authenticated user.
  • Pricing: Conditionally enforced a minimum price of 0.01 only when the currency is enabled.
  • UI: Added a missing gap between the table and pagination in client views.

Security

  • Tickets: Patched an Insecure Direct Object Reference (IDOR) vulnerability by restricting service selection strictly to the authenticated user.
  • Payments: Resolved a race condition and double-spending vulnerability within the credit balance system.