Prepare v1.7.2.0

This commit is contained in:
magnolia1234 2020-05-17 16:07:35 +02:00
parent e7e031bba6
commit 3af149bc4b
5 changed files with 18 additions and 8 deletions

View file

@ -1,6 +1,14 @@
Changelog Bypass Paywalls Clean - Firefox Changelog Bypass Paywalls Clean - Firefox
* v1.7.2.0 (2020-05-17)
Add Globes (Israel)
Fix-update Challenges.fr (proper)
Fix-update Nzz.ch (banners)
Fix-update The Hindu (timing issue)
Fix-update WSJ (timing issues)
Simplify blocking of specific paywall-scripts
* v1.7.1.0 (2020-05-02) * v1.7.1.0 (2020-05-02)
Add Le Journal du Net.fr Add Le Journal du Net.fr
Add Sciences et Avenir.fr Add Sciences et Avenir.fr

View file

@ -33,6 +33,7 @@
] ]
}, },
"description": "Bypass News Sites' Paywalls", "description": "Bypass News Sites' Paywalls",
"homepage_url": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean",
"icons": { "icons": {
"128": "bypass.png" "128": "bypass.png"
}, },
@ -264,5 +265,5 @@
"webRequest", "webRequest",
"webRequestBlocking" "webRequestBlocking"
], ],
"version": "1.7.1.0" "version": "1.7.2.0"
} }

View file

@ -22,6 +22,7 @@
] ]
}, },
"description": "Bypass News Sites' Paywalls", "description": "Bypass News Sites' Paywalls",
"homepage_url": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean",
"icons": { "icons": {
"128": "bypass.png" "128": "bypass.png"
}, },
@ -39,5 +40,5 @@
"webRequest", "webRequest",
"webRequestBlocking" "webRequestBlocking"
], ],
"version": "1.7.1.0" "version": "1.7.2.0"
} }

View file

@ -2,10 +2,10 @@
"addons": { "addons": {
"magnolia@12.34": { "magnolia@12.34": {
"updates": [ "updates": [
{ "version": "1.7.0.5",
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.0.5.xpi" },
{ "version": "1.7.1.0", { "version": "1.7.1.0",
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.1.0.xpi" } "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.1.0.xpi" },
{ "version": "1.7.2.0",
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.2.0.xpi" }
] ]
} }
} }

View file

@ -2,10 +2,10 @@
"addons": { "addons": {
"magnolia_limited_permissions@12.34": { "magnolia_limited_permissions@12.34": {
"updates": [ "updates": [
{ "version": "1.7.0.5",
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.7.0.5.xpi" },
{ "version": "1.7.1.0", { "version": "1.7.1.0",
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.7.1.0.xpi" } "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.7.1.0.xpi" },
{ "version": "1.7.2.0",
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.7.2.0.xpi" }
] ]
} }
} }