From 9a8fa63942c2fea832145109d21a92296d2123e0 Mon Sep 17 00:00:00 2001 From: JustOff Date: Tue, 5 Mar 2019 20:51:42 +0200 Subject: [PATCH] Update db version --- README.md | 4 ++-- content/ca-archive.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bb0b89..2d4ffa1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### About -This catalog contains **75,929** versions of **16,706** Firefox add-ons created by **12,538** developers over the past **15 years** using XUL/XPCOM technology before Mozilla decided to ruin the classic extensions ecosystem and go exclusively to WebExtensions. +This catalog contains **93,598** versions of **19,450** Firefox add-ons created by **14,274** developers over the past **15 years** using XUL/XPCOM technology before Mozilla decided to ruin the classic extensions ecosystem and go exclusively to WebExtensions. ### Who creates these add-ons? @@ -18,4 +18,4 @@ Except as noted below, this catalog is released under [Mozilla Public License, v ### Compatibility and installation -This add-on has been tested with the following browsers (in alphabetical order): Basilisk RC1, Firefox ESR 45-52, Firefox 45-58b, Pale Moon 27 and Waterfox 55. In order to install it into Firefox release or beta, you need to disable the extensions signing requirement. Multi-process mode (e10s) is not supported. The installation package is located in the [releases](https://github.com/JustOff/ca-archive/releases) section. +This add-on has been tested with the following browsers (in alphabetical order): Basilisk RC1+, Firefox ESR 45-52, Firefox 45-58b, Pale Moon 27+, SeaMonkey 2.40+ and Waterfox 55+. In order to install it into Firefox release or beta, you need to disable the extensions signing requirement. Multi-process mode (e10s) is not supported. The installation package is located in the [releases](https://github.com/JustOff/ca-archive/releases) section. diff --git a/content/ca-archive.js b/content/ca-archive.js index d246613..6391bc4 100644 --- a/content/ca-archive.js +++ b/content/ca-archive.js @@ -2,7 +2,7 @@ (function () { var Cu = Components.utils; - let dbname = "ca-archive-18090701.sqlite"; + let dbname = "ca-archive-19030501.sqlite"; Cu.import("chrome://ca-archive/content/db.js"); if (!DB.openDB(dbname, document)) {