From fc51eac21b66982a93d9fa934d58053722f31a2b Mon Sep 17 00:00:00 2001 From: fholz-allplan Date: Thu, 11 Jun 2026 17:05:32 -0400 Subject: [PATCH 1/2] Add US Toolbox extension to allplan-extensions.json Added US Toolbox extension with GitHub details. --- allplan-extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/allplan-extensions.json b/allplan-extensions.json index 03d8e03..7e7b123 100644 --- a/allplan-extensions.json +++ b/allplan-extensions.json @@ -186,5 +186,15 @@ "owner": "AnkeNiedermaier", "repo": "eco-balance-public" } + }, + { + "uuid": "a6767ff0-a1e7-4e5e-8c07-45722dae763f", + "name": "US Toolbox", + "developer": "ALLPLAN", + "description": "US Toolbox", + "github": { + "owner": "fholz-allplan", + "repo": "us-toolbox" + } } ] From ff9ba11fed240745f676f66464dbda82515125ae Mon Sep 17 00:00:00 2001 From: fholz-allplan Date: Thu, 11 Jun 2026 17:08:02 -0400 Subject: [PATCH 2/2] Add ALLPLAN Inc. to plugin developers list Added ALLPLAN Inc. with contact details and address. --- plugin-developers.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/plugin-developers.json b/plugin-developers.json index 9ebdd08..b9fe29a 100644 --- a/plugin-developers.json +++ b/plugin-developers.json @@ -53,5 +53,22 @@ "fra" ] } + }, + { + "id": "allplan-usa", + "name": "ALLPLAN Inc.", + "address": { + "street": "8333 Glynoaks Dr", + "city": "Lincoln", + "zip": "68516", + "country": "USA" + }, + "homepage": "https://www.allplan.com/", + "support": { + "email": "support.us@allplan.com", + "languages": [ + "eng" + ] + } } ]