diff --git a/changelog.txt b/changelog.txt index db2483b9..21e55663 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,15 @@ Changelog Bypass Paywalls Clean - Firefox +* v1.8.8.0 (2020-09-27) +Add Die Zeit (Germany) +Add Rolling Stone +Add StockNews.com +Add Times Higher Education +Remove Vrij Nederland (obsolete) +Fix-update National Review (amp for plus) +Minor update opt-in UI + * v1.8.7.0 (2020-09-20) Add Business Times (Singapore) Add Domani (Italy) diff --git a/lp/manifest.json b/lp/manifest.json index 976cfa85..398ebaf0 100644 --- a/lp/manifest.json +++ b/lp/manifest.json @@ -312,5 +312,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.8.7.5" + "version": "1.8.8.0" } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 32fe45f8..b691e163 100644 --- a/manifest.json +++ b/manifest.json @@ -40,5 +40,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.8.7.5" + "version": "1.8.8.0" } \ No newline at end of file diff --git a/options.html b/options.html index 55571ad2..a8b33ab9 100644 --- a/options.html +++ b/options.html @@ -15,6 +15,7 @@

Options |

+
Changelog
Selected sites will have their cookies cleared and referer set to Google. You should uncheck sites you have an account with or else you will be logged out at every visit.
diff --git a/popup.html b/popup.html index 90ae7a9e..c59c0513 100644 --- a/popup.html +++ b/popup.html @@ -9,7 +9,8 @@ Custom | BitBucket | -
+
Changelog + diff --git a/updates.json b/updates.json index 495f289a..1c39d4b1 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "1.8.7.0", - "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.8.7.0.xpi" } + { "version": "1.8.8.0", + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.8.8.0.xpi" } ] } } diff --git a/updates_lp.json b/updates_lp.json index 7dcca1fd..add8f02e 100644 --- a/updates_lp.json +++ b/updates_lp.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "1.8.7.0", - "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.8.7.0.xpi" } + { "version": "1.8.8.0", + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.8.8.0.xpi" } ] } }