Release v1.8.8.0

This commit is contained in:
magnolia1234 2020-09-27 21:55:58 +02:00
parent 463c7db9d5
commit 7ca9d2c6ad
7 changed files with 18 additions and 7 deletions

View file

@ -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)

View file

@ -312,5 +312,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.8.7.5"
"version": "1.8.8.0"
}

View file

@ -40,5 +40,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.8.7.5"
"version": "1.8.8.0"
}

View file

@ -15,6 +15,7 @@
</head>
<body>
<h1>Options | <small><span id="version"></span><span id="version_new"></span></small></h1>
<br><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/changelog.txt" style="color:black">Changelog</a>
<div style="width:90%;">
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.</br>

View file

@ -9,7 +9,8 @@
<a href="options_custom.html" style="color:black">Custom</a> |
<a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/README.md" style="color:black" target=”_blank”>BitBucket</a> |
<button id="site_switch">on/off</button>
<br><span id="version_new"></span></div>
<br><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/changelog.txt" style="color:black">Changelog</a>
<span id="version_new"></span></div>
<script src="version.js"></script>
<script src="popup.js"></script>
</body>

View file

@ -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" }
]
}
}

View file

@ -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" }
]
}
}