From d1bbd7819172543a2e97cfcdce89b3c539b7548d Mon Sep 17 00:00:00 2001 From: alan Date: Thu, 26 Feb 2026 23:56:32 +0000 Subject: [PATCH 1/2] [UPDATE] orders to v0.1.0 --- extensions.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index f88da97..6bf4fc2 100644 --- a/extensions.json +++ b/extensions.json @@ -2119,6 +2119,18 @@ "short_description": "Scrum with paid tasks", "icon": "https://raw.githubusercontent.com/lnbits/scrum/main/static/image/scrum.png", "details_link": "https://raw.githubusercontent.com/lnbits/scrum/main/config.json" + }, + { + "id": "orders", + "repo": "https://github.com/lnbits/orders", + "version": "0.1.0", + "archive": "https://github.com/lnbits/orders/archive/refs/tags/v0.1.0.zip", + "hash": "7150f8efeb5b60b0c899ccc7c529df2e57b79988581a5a15e13411544d74f9a4", + "min_lnbits_version": "1.4.0", + "name": "Orders", + "short_description": "If enabled orders from tpos and webshop will be pulled.", + "icon": "https://raw.githubusercontent.com/lnbits/orders/main/static/image/orders.png", + "details_link": "https://raw.githubusercontent.com/lnbits/orders/main/config.json" } ] -} +} \ No newline at end of file From 15c0a7ea6e34dd500fce1033c98384033cef61cb Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Tue, 3 Mar 2026 09:47:19 +0000 Subject: [PATCH 2/2] Update extensions.json remove offending `.` from short description --- extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions.json b/extensions.json index 6bf4fc2..5a56073 100644 --- a/extensions.json +++ b/extensions.json @@ -2128,9 +2128,9 @@ "hash": "7150f8efeb5b60b0c899ccc7c529df2e57b79988581a5a15e13411544d74f9a4", "min_lnbits_version": "1.4.0", "name": "Orders", - "short_description": "If enabled orders from tpos and webshop will be pulled.", + "short_description": "If enabled orders from tpos and webshop will be pulled", "icon": "https://raw.githubusercontent.com/lnbits/orders/main/static/image/orders.png", "details_link": "https://raw.githubusercontent.com/lnbits/orders/main/config.json" } ] -} \ No newline at end of file +}