From 873ef0e50afe8f9aeebcd803d695b69389d7d472 Mon Sep 17 00:00:00 2001 From: bojandenic Date: Sun, 15 Feb 2026 19:44:46 +0100 Subject: [PATCH 1/7] Update author.ts --- data/author.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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 { From 541421c1a2ebab2c60a1ec663c00b3d7a71be56a Mon Sep 17 00:00:00 2001 From: bojandenic Date: Sun, 15 Feb 2026 19:53:32 +0100 Subject: [PATCH 2/7] Add Servicelicense module --- data/extensions.ts | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/data/extensions.ts b/data/extensions.ts index a9acde1f..b6a5e29c 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: "v1.0.0", + download_url: + "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/v1.0.0/Servicelicense_release_v1.0.0.zip", + releases: [ + { + tag: "v1.0.0", + date: "2026-02-15T17:42:00Z", + download_url: + "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/v1.0.0/Servicelicense_release_v1.0.0.zip", + changelog_url: + "https://github.com/bojandenic/fossbilling-servicelicense/releases/tag/v1.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/main/icon.svg", + website: "https://github.com/bojandenic/fossbilling-servicelicense", + 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", From baaac30939f28f0e71ee26c8cc1f048f0c1956bc Mon Sep 17 00:00:00 2001 From: bojandenic Date: Sun, 15 Feb 2026 20:18:37 +0100 Subject: [PATCH 3/7] Update extensions.ts --- data/extensions.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/extensions.ts b/data/extensions.ts index b6a5e29c..6bb03dc4 100644 --- a/data/extensions.ts +++ b/data/extensions.ts @@ -136,15 +136,15 @@ This product includes the following third party work: "WordPress plugin license generation and secure ZIP distribution module for FOSSBilling.", version: "v1.0.0", download_url: - "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/v1.0.0/Servicelicense_release_v1.0.0.zip", + "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/fossbilling/Servicelicense_release_v1.0.0.zip", releases: [ { tag: "v1.0.0", date: "2026-02-15T17:42:00Z", download_url: - "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/v1.0.0/Servicelicense_release_v1.0.0.zip", + "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/fossbilling/Servicelicense_release_v1.0.0.zip", changelog_url: - "https://github.com/bojandenic/fossbilling-servicelicense/releases/tag/v1.0.0", + "https://github.com/bojandenic/fossbilling-servicelicense/releases/tag/fossbilling", min_fossbilling_version: "0.5", }, ], From a5ce26f498083f390355cc6c4c58e3175a167ef8 Mon Sep 17 00:00:00 2001 From: bojandenic Date: Sun, 15 Feb 2026 20:19:24 +0100 Subject: [PATCH 4/7] Update extensions.ts --- data/extensions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/extensions.ts b/data/extensions.ts index 6bb03dc4..41f20dbe 100644 --- a/data/extensions.ts +++ b/data/extensions.ts @@ -158,7 +158,7 @@ This product includes the following third party work: repo: "bojandenic/fossbilling-servicelicense", }, icon_url: - "https://raw.githubusercontent.com/bojandenic/fossbilling-servicelicense/main/icon.svg", + "https://raw.githubusercontent.com/FOSSBilling/example-module/main/src/icon.svg", website: "https://github.com/bojandenic/fossbilling-servicelicense", readme: `Servicelicense is a FOSSBilling module for WordPress plugin vendors. From 51b6a52fbb1a60234edb02b83908d585e0241e72 Mon Sep 17 00:00:00 2001 From: bojandenic Date: Sun, 15 Feb 2026 20:23:49 +0100 Subject: [PATCH 5/7] Update extensions.ts --- data/extensions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/extensions.ts b/data/extensions.ts index 41f20dbe..18b4542c 100644 --- a/data/extensions.ts +++ b/data/extensions.ts @@ -134,12 +134,12 @@ This product includes the following third party work: name: "Servicelicense", description: "WordPress plugin license generation and secure ZIP distribution module for FOSSBilling.", - version: "v1.0.0", + version: "1.0.0", download_url: "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/fossbilling/Servicelicense_release_v1.0.0.zip", releases: [ { - tag: "v1.0.0", + tag: "1.0.0", date: "2026-02-15T17:42:00Z", download_url: "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/fossbilling/Servicelicense_release_v1.0.0.zip", From 523c55e0997adafea388c064b010f8bcc20cad17 Mon Sep 17 00:00:00 2001 From: bojandenic Date: Sun, 15 Feb 2026 20:31:41 +0100 Subject: [PATCH 6/7] Update extensions.ts --- data/extensions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/extensions.ts b/data/extensions.ts index 18b4542c..50cd4353 100644 --- a/data/extensions.ts +++ b/data/extensions.ts @@ -136,13 +136,13 @@ This product includes the following third party work: "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/fossbilling/Servicelicense_release_v1.0.0.zip", + "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-15T17:42:00Z", download_url: - "https://github.com/bojandenic/fossbilling-servicelicense/releases/download/fossbilling/Servicelicense_release_v1.0.0.zip", + "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/fossbilling", min_fossbilling_version: "0.5", From 14fb8279a13853da41ff9d96be7aae747a782fa2 Mon Sep 17 00:00:00 2001 From: bojandenic Date: Sun, 15 Feb 2026 21:10:10 +0100 Subject: [PATCH 7/7] Add Servicelicense module --- data/extensions.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/extensions.ts b/data/extensions.ts index 50cd4353..b4a1722a 100644 --- a/data/extensions.ts +++ b/data/extensions.ts @@ -140,11 +140,11 @@ This product includes the following third party work: releases: [ { tag: "1.0.0", - date: "2026-02-15T17:42:00Z", + 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/fossbilling", + "https://github.com/bojandenic/fossbilling-servicelicense/releases/tag/1.0.0", min_fossbilling_version: "0.5", }, ], @@ -158,8 +158,8 @@ This product includes the following third party work: repo: "bojandenic/fossbilling-servicelicense", }, icon_url: - "https://raw.githubusercontent.com/FOSSBilling/example-module/main/src/icon.svg", - website: "https://github.com/bojandenic/fossbilling-servicelicense", + "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: