diff --git a/changelog.txt b/changelog.txt index 26edf776..bbe347f9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ Changelog Bypass Paywalls Clean - Firefox Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Post-release + +* v3.0.6.0 (2023-02-19) Add DHnet.be Add National World Publishing (UK) Add Roularta Media Group (be) diff --git a/custom/manifest.json b/custom/manifest.json index 5590a55b..e5dfe8df 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.0.5.8" + "version": "3.0.6.0" } diff --git a/custom/sites_custom.json b/custom/sites_custom.json index 285f69ac..0cda0d11 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -260,6 +260,11 @@ "domain": "makorrishon.co.il", "useragent": "googlebot" }, + "Manilatimes.net": { + "allow_cookies": 1, + "domain": "manilatimes.net", + "ld_json": "div.website-packages|div.article-body-content" + }, "Mannheimer-morgen.de": { "allow_cookies": 1, "domain": "mannheimer-morgen.de", diff --git a/manifest.json b/manifest.json index 9ffcde80..ec1f1240 100644 --- a/manifest.json +++ b/manifest.json @@ -739,5 +739,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.0.5.8" + "version": "3.0.6.0" } diff --git a/updates.json b/updates.json index 428f9e9e..3ad41e4f 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "3.0.5.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.5.0.xpi" } + { "version": "3.0.6.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.6.0.xpi" } ] } } diff --git a/updates_custom.json b/updates_custom.json index 336818bb..c265583a 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.0.5.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.5.0-custom.xpi" } + { "version": "3.0.6.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.6.0-custom.xpi" } ] } }