diff --git a/changelog.txt b/changelog.txt index 10fee4c..8184951 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,11 @@ Changelog Bypass Paywalls Clean - Firefox +* v1.8.6.0 (2020-09-14) +Add Star Tribune +Fix-update FT.com (layout) +Fix contentScript in background tab + * v1.8.5.0 (2020-09-13) Add Commentary Magazine Add NK News (free articles only) diff --git a/lp/manifest.json b/lp/manifest.json index b78fbc2..202c490 100644 --- a/lp/manifest.json +++ b/lp/manifest.json @@ -306,5 +306,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.8.5.1" + "version": "1.8.6.0" } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0a56806..dff6901 100644 --- a/manifest.json +++ b/manifest.json @@ -40,5 +40,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.8.5.1" + "version": "1.8.6.0" } \ No newline at end of file diff --git a/updates.json b/updates.json index 6a15e6e..f8012be 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "1.8.5.0", - "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.8.5.0.xpi" } + { "version": "1.8.6.0", + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.8.6.0.xpi" } ] } } diff --git a/updates_lp.json b/updates_lp.json index e731cc1..70ea23d 100644 --- a/updates_lp.json +++ b/updates_lp.json @@ -2,7 +2,7 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "1.8.5.0", + { "version": "1.8.6.0", "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.8.5.0.xpi" } ] }