From 596a7ca33b78e0d9101268ba99b4bf456ec0d37d Mon Sep 17 00:00:00 2001 From: kkapsner Date: Tue, 19 Dec 2017 00:28:42 +0100 Subject: [PATCH] Switch to using beta channel --- lib/main.js | 1 + manifest.json | 2 +- releaseNotes.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/main.js b/lib/main.js index 2343862..c63018d 100644 --- a/lib/main.js +++ b/lib/main.js @@ -84,6 +84,7 @@ }); } }); + if (browser.contentScripts){ let unregister = function(){}; let lastRegistering; diff --git a/manifest.json b/manifest.json index b39b56f..41d6167 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "0.4.4-Development", + "version": "0.4.4alpha", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" diff --git a/releaseNotes.txt b/releaseNotes.txt index 96e809e..bca74a7 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,4 +1,4 @@ -Version 0.4.3d: +Version 0.4.4: known issues: - force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all