From 0c5bc514870d28175033c17a8701afc906aa4ec5 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 20 Dec 2020 12:18:29 +0100 Subject: [PATCH] Release v2.0.0.0 --- background.js | 2 +- changelog.txt | 2 ++ manifest.json | 2 +- updates.json | 4 ++-- updates_lp.json | 10 ++++++++++ 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 updates_lp.json diff --git a/background.js b/background.js index 8c53edb9..96f94eb2 100644 --- a/background.js +++ b/background.js @@ -4,7 +4,7 @@ var ext_api = (typeof browser === 'object') ? browser : chrome; var ext_name = ext_api.runtime.getManifest().name; -const cs_limit_except = ['afr.com', 'harpers.org', 'la-croix.com', 'lescienze.it', 'techinasia.com']; +const cs_limit_except = ['afr.com', 'harpers.org', 'inkl.com', 'la-croix.com', 'lescienze.it', 'techinasia.com']; var currentTabUrl = ''; var csDone = false; diff --git a/changelog.txt b/changelog.txt index 7d119475..2dd6c552 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,8 @@ Changelog Bypass Paywalls Clean - Firefox Post-release + +* v2.0.0.0 (2020-12-20) Add Krautreporter (Germany) Add Piqd (Germany) Fix-update Foreign Affairs diff --git a/manifest.json b/manifest.json index 38c5b3ea..afb4fdb8 100644 --- a/manifest.json +++ b/manifest.json @@ -410,5 +410,5 @@ "*://*.repstatic.it/*", "*://*.userzoom.com/*" ], - "version": "1.9.9.4" + "version": "2.0.0.0" } \ No newline at end of file diff --git a/updates.json b/updates.json index 8ad71385..5f93918c 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "1.9.9.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-1.9.9.0.xpi" } + { "version": "2.0.0.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.0.0.0.xpi" } ] } } diff --git a/updates_lp.json b/updates_lp.json new file mode 100644 index 00000000..093cfdd2 --- /dev/null +++ b/updates_lp.json @@ -0,0 +1,10 @@ +{ + "addons": { + "magnolia_limited_permissions@12.34": { + "updates": [ + { "version": "1.9.9.2", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean_lp-1.9.9.2.xpi" } + ] + } + } +}