diff --git a/data/author.ts b/data/author.ts index fad3d918..0cda245e 100644 --- a/data/author.ts +++ b/data/author.ts @@ -55,6 +55,12 @@ export const authorData: Author[] = [ id: "devife", URL: "https://devife.com", }, + { + type: "organization", + name: "bojandenic", + id: "bojandenic", + URL: "https://www.kha-concepts.com", + }, ]; export function findAuthorByID(id: string): Author | undefined { diff --git a/data/extensions.ts b/data/extensions.ts index a9acde1f..b4a1722a 100644 --- a/data/extensions.ts +++ b/data/extensions.ts @@ -128,6 +128,52 @@ This product includes the following third party work: - Open Source Iconography by [Pictogrammers](https://pictogrammers.com/) licensed under the [Pictogrammers Free License](https://pictogrammers.com/docs/general/license/).`, }, + { + id: "Servicelicense", + type: "mod", + name: "Servicelicense", + description: + "WordPress plugin license generation and secure ZIP distribution module for FOSSBilling.", + version: "1.0.0", + download_url: + "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/1.0.0/Servicelicense_release_v1.0.0.zip", + releases: [ + { + tag: "1.0.0", + date: "2026-02-15T18:07:34Z", + download_url: + "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/1.0.0/Servicelicense_release_v1.0.0.zip", + changelog_url: + "https://github.com/bojandenic/fossbilling-servicelicense/releases/tag/1.0.0", + min_fossbilling_version: "0.5", + }, + ], + author: findAuthorByID("bojandenic"), + license: { + name: "MIT", + URL: "https://github.com/bojandenic/fossbilling-servicelicense/blob/main/LICENSE", + }, + source: { + type: "github", + repo: "bojandenic/fossbilling-servicelicense", + }, + icon_url: + "https://raw.githubusercontent.com/bojandenic/fossbilling-servicelicense/refs/heads/main/licences-icon.svg", + website: "https://www.kha-concepts.com", + readme: `Servicelicense is a FOSSBilling module for WordPress plugin vendors. + +Features: +- License key generation per order +- Secure ZIP download +- Product-based configuration +- Plugin version + changelog display +- Optional domain validation + +Installation: +1. Create /modules/Servicelicense/ +2. Extract ZIP inside that folder +3. Enable in Admin → Extensions.`, +}, /*{ id: "Serviceproxmox", type: "mod",