From 7499c4a4c1aec14d5f08fea2bb9978e82512b9e1 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Mon, 13 Mar 2017 19:59:34 +0000 Subject: [PATCH] Removal of upgrade process from install. Bump version to 1.1.3. --- index.js | 4 ++-- package.json | 2 +- webextension/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 2227cd9..d8a0dd0 100644 --- a/index.js +++ b/index.js @@ -1553,8 +1553,8 @@ ContainerWindow.prototype = { exports.main = function (options) { const installation = options.loadReason === "install" || options.loadReason === "downgrade" || - options.loadReason === "enable" || - options.loadReason === "upgrade"; + options.loadReason === "enable"; + // TODO check if we need this also options.loadReason === "upgrade"; // Let's start :) ContainerService.init(installation); diff --git a/package.json b/package.json index d5fcb34..371e837 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testpilot-containers", "title": "Containers Experiment", "description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.", - "version": "1.1.2", + "version": "1.1.3", "author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston", "bugs": { "url": "https://github.com/mozilla/testpilot-containers/issues" diff --git a/webextension/manifest.json b/webextension/manifest.json index e367ed1..3274a4b 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Containers Experiment", - "version": "1.1.2", + "version": "1.1.3", "description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.", "icons": {