Release v2.8.4.0

merge-requests/8/head v2.8.4.0
magnolia1234 2 years ago
parent 2328a5fab7
commit 690cffc96c

@ -377,8 +377,8 @@ ext_api.storage.local.get({
if (enabledSites.includes('#options_optin_update_rules')) { if (enabledSites.includes('#options_optin_update_rules')) {
check_sites_updated(); check_sites_updated();
sites_custom_ext_json = 'https://gitlab.com/magnolia1234/bypass-paywalls-' + url_loc + '-clean/-/raw/master/custom/sites_custom.json'; sites_custom_ext_json = 'https://gitlab.com/magnolia1234/bypass-paywalls-' + url_loc + '-clean/-/raw/master/custom/sites_custom.json';
check_sites_custom_ext();
} }
check_sites_custom_ext();
if (optin_update) if (optin_update)
check_update(); check_update();
}); });

@ -2,6 +2,8 @@
Changelog Bypass Paywalls Clean - Firefox Changelog Bypass Paywalls Clean - Firefox
Post-release Post-release
* v2.8.4.0 (2022-09-11)
Add PEI Media sites (opt-in to custom sites) Add PEI Media sites (opt-in to custom sites)
Fix Berliner Zeitung Fix Berliner Zeitung
Fix Faz.net (Zeitung timing) Fix Faz.net (Zeitung timing)

@ -702,5 +702,5 @@
"*://gcm.omerlocdn.com/*", "*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "2.8.3.4" "version": "2.8.4.0"
} }

@ -2,8 +2,8 @@
"addons": { "addons": {
"magnolia@12.34": { "magnolia@12.34": {
"updates": [ "updates": [
{ "version": "2.8.3.0", { "version": "2.8.4.0",
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.8.3.0.xpi" } "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.8.4.0.xpi" }
] ]
} }
} }

Loading…
Cancel
Save