Version 2.0.3May 22, 2026
Release date: March 17, 2026
- Added a new API endpoint GET /api/v1/get-available-license-keys-stock to return stock for all products.
- Improved get-available-license-keys-count by including has_enabled_generator alongside the count.
- Fixed the generator update modal to load the correct active status state.
- Fixed license key filtering so filter by license key returns the correct result.
Version 2.0.2May 22, 2026
Release date: March 12, 2026
- Fixed admin validation for license keys, contracts, and API keys so UI saves match database constraints and fail cleanly.
- Fixed assign-and-activate-license-key so temporary assignment state is rolled back if activation fails, without changing the API response contract.
- Fixed contract API signing and encryption to avoid runtime errors when a referenced product record is missing.
- Removed duplicate CSRF middleware registration from the web middleware stack.
- Fixed the edit license key modal not auto selecting the product.
Version 2.0.1May 22, 2026
Release date: February 6, 2026
- Updated to Laravel 12.5 and Livewire 3.7.8.
Version 1.1.5May 22, 2026
Release date: November 25, 2024
- Added API v1 random-assign-license-keys-queued endpoint, which functions like random-assign-license-keys, but queues the calls. The response is sent to the specified webhook provided as a parameter during the call.
Version 1.1.4May 22, 2026
Release date: November 23, 2024
- Added the endpoint random-assign-license-keys, which can be used to assign a number of license keys to an owner or generate and assign new ones depending on the quantity available, product configuration, and the API request parameters.
Version 1.1.2May 22, 2026
Release date: November 10, 2024
- Added Contracts and Contracts API.
- Added the API v1 endpoints: get-all-contracts, create-contract, update-contact, delete-contract.
Version 1.1.0May 22, 2026
Release date: November 04, 2024
- Added the option to encrypt the response instead of signing it.
- Bug fixes.
Version 1.0.3May 22, 2026
Release date: March 22, 2024
- Fixed a bug in the get-license-keys endpoint.
- Fixed a bug where admins can delete the currently logged-in account.
Version 1.0.2May 22, 2026
Release date: March 18, 2024
- Fixed error during API key creation.
Version 1.0.1May 22, 2026
Release date: March 14, 2024
- Added get-available-license-keys-count endpoint.
- Fixed the get-license-keys endpoint defaulting to the minimum per page if the quantity is less than 10. You can now get as low as 1 license key per request.
- Fixed sidebar toggle not showing on mobile.