From 7865a98760b02b3f0e4ba7cdb571e3e0626dc7b6 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 29 Mar 2020 15:07:07 +0200 Subject: [PATCH] Prepare v1.7.0.1 --- README.md | 2 +- manifest.json | 2 +- sites_custom.json | 4 ---- updates.json | 6 +++--- updates_lp.json | 6 +++--- 5 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 sites_custom.json diff --git a/README.md b/README.md index bb103ffa..237a4e00 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ * [License](#license) ### Installation - [Download and install the latest version](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean-1.6.9.1-an+fx.xpi)\ + [Download and install the latest version](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.1/bypass_paywalls_clean-1.7.0.1-an+fx.xpi)\ Or first visit the [releases page](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases).\ Here you can also find a limited permissions version (custom sites not working though).\ Install add-on by downloading xpi-file (assets). diff --git a/manifest.json b/manifest.json index 97d6c953..8a649fd6 100644 --- a/manifest.json +++ b/manifest.json @@ -39,5 +39,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.6.9.1" + "version": "1.7.0.1" } \ No newline at end of file diff --git a/sites_custom.json b/sites_custom.json deleted file mode 100644 index 3ce9728d..00000000 --- a/sites_custom.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "——— Custom Sites (updates) ——": "###", - "WAtoday": "watoday.com.au" -} diff --git a/updates.json b/updates.json index 7a4433c3..10006fcd 100644 --- a/updates.json +++ b/updates.json @@ -3,10 +3,10 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "1.6.6.6", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.6/bypass_paywalls_clean-1.6.6.6-an+fx.xpi" }, { "version": "1.6.9.1", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean-1.6.9.1-an+fx.xpi" } + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean-1.6.9.1-an+fx.xpi" }, + { "version": "1.7.0.1", + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.1/bypass_paywalls_clean-1.7.0.1-an+fx.xpi" } ] } } diff --git a/updates_lp.json b/updates_lp.json index d86de846..aa68ace3 100644 --- a/updates_lp.json +++ b/updates_lp.json @@ -3,10 +3,10 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "1.6.6.6", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.6/bypass_paywalls_clean_lp-1.6.6.6-an+fx.xpi" }, { "version": "1.6.9.1", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean_lp-1.6.9.1-an+fx.xpi" } + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean_lp-1.6.9.1-an+fx.xpi" }, + { "version": "1.7.0.1", + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.1/bypass_paywalls_clean_lp-1.7.0.1-an+fx.xpi" } ] } }