From b8bc30eb8a4f357355029491a1bcb13a919e6c42 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Mon, 26 Jul 2021 20:46:10 +0200 Subject: [PATCH] Release v2.3.0.1 --- changelog.txt | 2 ++ manifest.json | 2 +- updates.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 162d29c..4f37617 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,8 @@ Changelog Bypass Paywalls Clean - Firefox Post-release + +* v2.3.0.1 (2021-07-26) Fix El Mercurio (timing) Fix custom sites (no useragent/referer on restart) diff --git a/manifest.json b/manifest.json index 251d1df..4a4d94e 100644 --- a/manifest.json +++ b/manifest.json @@ -538,5 +538,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.3.0.0" + "version": "2.3.0.1" } \ No newline at end of file diff --git a/updates.json b/updates.json index 862c4e7..8d520f2 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "2.3.0.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.3.0.0.xpi" } + { "version": "2.3.0.1", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.3.0.1.xpi" } ] } }