Product Releases: SunLicense | License Management System

Go back
  • stable v1.2.4 - 

    Changes​

    Added Forgot Password flow on the login page (console-based 6-digit verification code, 5-minute expiry, 5-attempt lockout) Added Add or Remove Multiple Admin Accounts to the license dashboard. Added New Product Types to the dashboard and discord bot Added Sundevs Website & Dashboard advertisement banner Added Sundevs Store advertisement banner Updated SunGuard ad copy from "coming soon" to released, and renamed button to "Purchase SunGuard" Updated About dialog website link from sundevs.hapangama.com → sundevs.net Updated application version to 1.2.4 in SettingsView Changed SQL startup error log level from error to info for Product id Column already exists (no longer throws noise at startup) Added version108Migration to alter product_type column to VARCHAR(255) to support new ProductType enum values without constraint issues Added version107Migration to migrate legacy admin credentials from the Settings table into the new AppUser table; creates a default admin/admin user if the database is empty

    API Changes​

    [NEW] GET /api/v2/licenses/by-license-key/{licenseKey} — Fetch a single license by its license key [NEW] GET /api/v2/licenses/by-customer-email/{email} — Get all licenses by customer email [NEW] GET /api/v2/licenses/by-platform/{platform}/{platformId} — Get licenses by platform + platform ID, with optional productId query param [NEW] GET /api/v2/licenses/by-customer-id/{customerId} — Get all licenses for a specific customer ID [NEW] GET /api/v2/licenses/by-product-id/{productId} — Get all licenses for a specific product [NEW] GET /api/v2/licenses/by-discord-id/{discordId} — Get all licenses linked to a Discord user ID

  • stable v1.2.2 - 

    [release] 1.2.2 test taken plz change