From 187b4f665375bf0169aff44b7683d780ad6adead Mon Sep 17 00:00:00 2001 From: Max Benz <277831298+linkforceio@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:23:59 +0200 Subject: [PATCH] Add kbcc_converter (Currency & Crypto Converter) --- library-of-plugins/kbcc_converter.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 library-of-plugins/kbcc_converter.json diff --git a/library-of-plugins/kbcc_converter.json b/library-of-plugins/kbcc_converter.json new file mode 100644 index 0000000..d744a27 --- /dev/null +++ b/library-of-plugins/kbcc_converter.json @@ -0,0 +1,20 @@ +{ + "name": "kbcc_converter", + "repositories": [ + { + "repoType": "github", + "repoUrl": "https://github.com/linkforceio/textpattern-kbcc-converter" + }, + { + "repoType": "homepage", + "repoUrl": "https://kryptoboersen.net" + } + ], + "stable": { + "version": "1.0.0", + "datePublished": "2026-07-12", + "downloadUrlPhp": "https://github.com/linkforceio/textpattern-kbcc-converter/archive/refs/tags/v1.0.0.zip", + "phpHasManifest": 1, + "downloadUrlTxt": "https://github.com/linkforceio/textpattern-kbcc-converter/releases/download/v1.0.0/kbcc_converter_v1.0.0.txt" + } +}