From a026b02b62ec403a08c3eed75e6bcb4026ddad0d Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Tue, 23 Jul 2024 23:34:27 -0400 Subject: [PATCH] Temporarily remove version 2.3.0 from the update list This version is not marking itself as incompatible with older Thunderbird versions so they are updating to it and finding the add-on disabled. --- updates.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/updates.json b/updates.json index 94cfd63..c02368f 100644 --- a/updates.json +++ b/updates.json @@ -64,10 +64,6 @@ { "version": "2.2.5", "update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.2.5/tbkeys.xpi" - }, - { - "version": "2.3.0", - "update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.3.0/tbkeys.xpi" } ] }