Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/author.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
46 changes: 46 additions & 0 deletions data/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading