From b4951bbbec285637de10ca7a2bad0220ae6ffe53 Mon Sep 17 00:00:00 2001 From: bitkarrot Date: Fri, 28 Aug 2026 22:32:15 -0700 Subject: [PATCH 1/2] Add giftcards extension Adds the Gift Cards extension by bitkarrot to the registry. Create and redeem sats-denominated gift cards with unique secure links. --- extensions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/extensions.json b/extensions.json index d67b7498..4f90e2e9 100644 --- a/extensions.json +++ b/extensions.json @@ -2335,6 +2335,18 @@ "short_description": "A reusable merchant ledger for open balances", "icon": "https://raw.githubusercontent.com/lnbits/tabs/main/static/image/tabs.png", "details_link": "https://raw.githubusercontent.com/lnbits/tabs/main/config.json" + }, + { + "id": "giftcards", + "repo": "https://github.com/bitkarrot/giftcards", + "name": "Gift Cards", + "version": "0.2.1", + "min_lnbits_version": "1.5.4", + "short_description": "Create and redeem sats-denominated gift cards with unique secure links", + "icon": "https://raw.githubusercontent.com/bitkarrot/giftcards/main/static/image/giftcards.png", + "archive": "https://github.com/bitkarrot/giftcards/archive/refs/tags/v0.2.1.zip", + "hash": "aab0eb858a7a418ceab1eb68076d4707dbcf3b2ece2b6c3a440d55deff379a4f", + "details_link": "https://raw.githubusercontent.com/bitkarrot/giftcards/main/config.json" } ] } \ No newline at end of file From 4131f036d25b94530a26a0c75c65cd3f3ab38a76 Mon Sep 17 00:00:00 2001 From: bitkarrot Date: Fri, 28 Aug 2026 22:43:18 -0700 Subject: [PATCH 2/2] Update giftcards to v0.2.2 Fixes install failure caused by importing run_interval from lnbits.tasks, which does not exist on LNbits dev. v0.2.2 uses the standard asyncio periodic loop pattern instead. --- extensions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions.json b/extensions.json index 4f90e2e9..26abe8c9 100644 --- a/extensions.json +++ b/extensions.json @@ -2340,12 +2340,12 @@ "id": "giftcards", "repo": "https://github.com/bitkarrot/giftcards", "name": "Gift Cards", - "version": "0.2.1", + "version": "0.2.2", "min_lnbits_version": "1.5.4", "short_description": "Create and redeem sats-denominated gift cards with unique secure links", "icon": "https://raw.githubusercontent.com/bitkarrot/giftcards/main/static/image/giftcards.png", - "archive": "https://github.com/bitkarrot/giftcards/archive/refs/tags/v0.2.1.zip", - "hash": "aab0eb858a7a418ceab1eb68076d4707dbcf3b2ece2b6c3a440d55deff379a4f", + "archive": "https://github.com/bitkarrot/giftcards/archive/refs/tags/v0.2.2.zip", + "hash": "dd307559ab45f09685db064efd5c6eb900a25fa51ed1c19811123facd6e47a97", "details_link": "https://raw.githubusercontent.com/bitkarrot/giftcards/main/config.json" } ]