diff --git a/changelog.txt b/changelog.txt index 531d81a..cc0fc26 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.4.9.0 (2023-12-31) Add Business Insider Nederland Add Business Insider Polska Add Huffingtonpost.it diff --git a/custom/manifest.json b/custom/manifest.json index ef0abd6..2586c98 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.4.8.8" + "version": "3.4.9.0" } diff --git a/manifest.json b/manifest.json index 024df79..6f7c4da 100644 --- a/manifest.json +++ b/manifest.json @@ -827,5 +827,5 @@ "*://archive.vn/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.4.8.8" + "version": "3.4.9.0" } diff --git a/updates_custom.json b/updates_custom.json index 107cd22..45ff08c 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.4.8.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.4.8.0-custom.xpi" } + { "version": "3.4.9.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.4.9.0-custom.xpi" } ] } }