From e86baa5bea2aa6031e0df71f69dd7cf3d11b70f0 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 7 Mar 2021 20:52:26 +0100 Subject: [PATCH] Release v2.1.1.0 --- README.md | 3 ++- changelog.txt | 2 ++ manifest.json | 2 +- updates.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c3c7eb4..f6f00eb9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ BPC add-on works fine in [Firefox Nightly](https://play.google.com/store/apps/de For Firefox Nightly or Fennec F-Droid (based on latest Firefox for Android) you have to make your own custom add-on collection (or use another that contains BPC). \ [Iceraven (Fenix fork)](https://github.com/fork-maintainers/iceraven-browser) uses: [What I want on Fenix](https://addons.mozilla.org/en-US/firefox/collections/16201230/What-I-want-on-Fenix)\ It has a custom add-ons account: 16201230 & collection: What-I-want-on-Fenix.\ -In IceRaven all add-ons are shown (with search option), but In Firefox Nightly and Fennec F-Droid only the first 50 add-ons are shown (including this add-on). +In IceRaven all add-ons are shown (with search option), but In Firefox Nightly and Fennec F-Droid only the first 50 add-ons are shown.\ +There you can use custom add-ons account: 15546469 & collection: Fenix. PS on Android: enabling custom sites isn't working (no optional permissions).\ Then you need the 'custom' add-on version (with access to all sites): [Bypass Paywalls Clean (custom)](https://addons.mozilla.org/en-US/firefox/addon/bypass-paywalls-clean-custom) diff --git a/changelog.txt b/changelog.txt index de8e0260..7d1fbec1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,8 @@ Changelog Bypass Paywalls Clean - Firefox Post-release + +* v2.1.1.0 (2021-03-07) Add Atlantico (France) Add Politica Exterior (Spain) Fix-update Chronicle of Higher Education (scroll) diff --git a/manifest.json b/manifest.json index 1e3d3cf9..5f0ed6bd 100644 --- a/manifest.json +++ b/manifest.json @@ -482,5 +482,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.1.0.5" + "version": "2.1.1.0" } \ No newline at end of file diff --git a/updates.json b/updates.json index 85fd5b71..aad6265b 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "2.1.0.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.1.0.0.xpi" } + { "version": "2.1.1.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.1.1.0.xpi" } ] } }