Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 14 May 12:12
· 41 commits to main since this release

v0.8.0 - 2026-05-14

Added

  • System Updater: Introduced a built-in automated system update service that handles background execution and file-based log persistence.
  • System Updater: Added an internal admin dashboard for updates, complete with real-time log polling, responsive UI, and proper ACL integration.
  • Billing: Implemented an Auto Credit Payment system that automatically triggers upon invoice creation.
  • Billing: Added toggle settings for the Auto Credit Payment system in both the admin general settings and the client account settings.

Changed

  • Checkout: Removed the payment gateway selection step directly from the checkout cart. Gateway selection is now deferred entirely to the invoice page for a cleaner flow.
  • Billing: Restricted the auto credit payment logic to only process full invoice settlements.

Fixed

  • Cart: Fixed a bug where domain registration items were being dropped when mixed with regular service items in the cart.
  • System Updater: Ensured true background process detachment using proc_open and added expiration for stale running states.
  • System Updater: Added logic to throw errors explicitly on migration failures and clean up update states.
  • Core: Fixed an issue by explicitly casting the APP_DEBUG boolean setting to a string literal before writing to the environment file.
  • Core: Restored the missing PluginManager import required by the CartController's add method.
  • UI: Corrected column references for order_items in the checkout complete view and cycle label accessors.

Security & Chores

  • Dependencies: Bumped postcss to 8.5.14, phpseclib to 3.0.52, and axios to 1.15.2.