diff --git a/changelog.txt b/changelog.txt index e4ba559..b2e448c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,13 @@ Changelog Bypass Paywalls Clean - Firefox +* v1.7.3.0 (2020-05-24) +Add ilManifesto.it +Fix-update Gestion.pe/ElComercio.pe +Fix-update Haaretz.com (anti-adblocker) +Fix-update LeJdD.fr +Limit contentScript on external content + * v1.7.2.0 (2020-05-17) Add Globes (Israel) Fix-update Challenges.fr (proper) @@ -27,7 +34,7 @@ BitBucket transfer * v1.7.0.4 (2020-04-26) Add Frankfurter Allgemeine (Faz.net) -Fix-update GestiĆ³n.pe/ElComercio.pe +Fix-update Gestion.pe/ElComercio.pe Fix-update ilMessaggero.it Fix-update WSJ (lift restrictions) diff --git a/lp/manifest.json b/lp/manifest.json index eb45e00..4564da4 100644 --- a/lp/manifest.json +++ b/lp/manifest.json @@ -265,5 +265,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.7.2.0" + "version": "1.7.3.0" } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1a989d8..f12c5be 100644 --- a/manifest.json +++ b/manifest.json @@ -40,5 +40,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.7.2.0" + "version": "1.7.3.0" } \ No newline at end of file diff --git a/updates.json b/updates.json index 49e93e1..edf8d46 100644 --- a/updates.json +++ b/updates.json @@ -2,10 +2,10 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "1.7.1.0", - "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" } + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.2.0.xpi" }, + { "version": "1.7.3.0", + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.3.0.xpi" } ] } } diff --git a/updates_lp.json b/updates_lp.json index 4edb33a..a0d5236 100644 --- a/updates_lp.json +++ b/updates_lp.json @@ -2,10 +2,10 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "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" }, { "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" } + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.7.2.0.xpi" }, + { "version": "1.7.3.0", + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.7.3.0.xpi" } ] } }