diff --git a/changelog.txt b/changelog.txt index ea865ca9..56629e02 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.9.0 (2023-03-12) Add Medienhaus Aachen Remove Rheinische Post Mediengruppe (fix obsolete) Remove RheinPfalz.de (fix obsolete) diff --git a/custom/manifest.json b/custom/manifest.json index 2b553546..8d096df7 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.0.8.4" + "version": "3.0.9.0" } diff --git a/manifest.json b/manifest.json index 1a6aeef5..b4633e57 100644 --- a/manifest.json +++ b/manifest.json @@ -737,5 +737,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.0.8.4" + "version": "3.0.9.0" } diff --git a/updates.json b/updates.json index 127a5db1..a3cdd15d 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "3.0.8.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.8.0.xpi" } + { "version": "3.0.9.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.9.0.xpi" } ] } } diff --git a/updates_custom.json b/updates_custom.json index dd2a8826..cce176ab 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.0.8.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.8.0-custom.xpi" } + { "version": "3.0.9.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.9.0-custom.xpi" } ] } }