diff --git a/changelog.txt b/changelog.txt index 09c9d4f..ee50a98 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ Changelog Bypass Paywalls Clean - Firefox Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Post-release + +* v3.5.5.0 (2024-02-11) Add DailyMail.co.uk Add DerAktionaer.de (fetch from archive.is) Add Dwell (json) diff --git a/custom/manifest.json b/custom/manifest.json index b923979..dee540a 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.5.4.8" + "version": "3.5.5.0" } diff --git a/manifest.json b/manifest.json index fc31a7f..20e2d59 100644 --- a/manifest.json +++ b/manifest.json @@ -852,5 +852,5 @@ "*://archive.vn/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.5.4.8" + "version": "3.5.5.0" } diff --git a/updates_custom.json b/updates_custom.json index 788c637..05603cc 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.5.4.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.5.4.0-custom.xpi" } + { "version": "3.5.5.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.5.5.0-custom.xpi" } ] } }