diff --git a/changelog.txt b/changelog.txt index 6fb3931..76e575d 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.2.4.0 (2023-07-09) Add Delish, Elle Decor, Harper's Bazaar & Oprah Daily (Hearst) Add NWT Media.se (opt-in to custom sites) Add Stuttgarter-zeitung.de diff --git a/custom/manifest.json b/custom/manifest.json index ef9b726..929eea4 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.2.3.6" + "version": "3.2.4.0" } diff --git a/manifest.json b/manifest.json index 6d7e434..f6e8dd1 100644 --- a/manifest.json +++ b/manifest.json @@ -758,5 +758,5 @@ "*://*.wyleex.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.2.3.6" + "version": "3.2.4.0" } diff --git a/updates_custom.json b/updates_custom.json index 24f3492..16f20ed 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.2.3.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.2.3.0-custom.xpi" } + { "version": "3.2.4.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.2.4.0-custom.xpi" } ] } }