Skip to content

v0.5.11

Latest

Choose a tag to compare

@pteroca-com pteroca-com released this 26 Oct 16:43
· 3 commits to main since this release
72cf363

[0.5.11] - 2025-10-26

Added

  • Added new app:cleanup-purchase-tokens command to automatically remove expired purchase tokens - it is now included in the default cron job and runs once per hour.
  • Extended app:cron-job-schedule command with conditional execution logic - now also responsible for running the inactive server cleanup every hour (separate from the suspension job, which still runs every minute).

Fixed

  • Fixed registration issue for users signing up again after their previous account was deleted.
  • Fixed admin permissions for viewing the server dashboard.
  • Secured the server purchase and renewal process - added CSRF token validation, purchase token verification, and database transaction locking to prevent multiple or duplicate server creation caused by repeated clicks or browser navigation actions.