From 1862783913dc31a6b8c8169b8915d80250623995 Mon Sep 17 00:00:00 2001 From: Sander Ronde Date: Fri, 8 Feb 2019 23:04:56 +0100 Subject: [PATCH] 2.2.4 --- README.md | 2 +- app/elements/util/change-log/changelog.js | 3 +++ app/manifest.chrome.json | 2 +- app/manifest.edge.json | 2 +- app/manifest.firefox.json | 2 +- app/manifest.opera.json | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed948a0d..f881271f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ you clicked on (page, link, selection, image, video or audio). ### Installing from your browser's web store -> 2.2.3 is the current latest version +> 2.2.4 is the current latest version * [Chrome Webstore](https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj) - On version 2.2.0 * [Firefox Add-on](https://addons.mozilla.org/nl/firefox/addon/custom-right-click-menu/) - On 2.1.8 (= 2.2.3) diff --git a/app/elements/util/change-log/changelog.js b/app/elements/util/change-log/changelog.js index 4bc6ea61..8f7e0616 100644 --- a/app/elements/util/change-log/changelog.js +++ b/app/elements/util/change-log/changelog.js @@ -176,6 +176,9 @@ ], '2.2.3': [ 'Replaced JQuery 2.* with JQuery 3.3.1' + ], + '2.2.4': [ + 'Now uses synced data of previous instances when downloading the extension on a new computer' ] }; diff --git a/app/manifest.chrome.json b/app/manifest.chrome.json index fda94a97..fe384bdf 100644 --- a/app/manifest.chrome.json +++ b/app/manifest.chrome.json @@ -4,7 +4,7 @@ "options_page": "html/options.html", "name": "Custom Right-Click Menu", "description": "Create a custom right-click menu and choose the links and scripts you want in it.", - "version": "2.2.3", + "version": "2.2.4", "short_name": "CRM-dev", "minimum_chrome_version": "26", diff --git a/app/manifest.edge.json b/app/manifest.edge.json index 4f335870..1fb518cf 100644 --- a/app/manifest.edge.json +++ b/app/manifest.edge.json @@ -5,7 +5,7 @@ "options_page": "html/options.html", "name": "Custom Right-Click Menu for Microsoft Edge", "description": "Create a custom right-click menu and choose the links and scripts you want in it.", - "version": "2.2.3", + "version": "2.2.4", "short_name": "CRM-dev", "background": { diff --git a/app/manifest.firefox.json b/app/manifest.firefox.json index 9dd6447e..96a40b2a 100644 --- a/app/manifest.firefox.json +++ b/app/manifest.firefox.json @@ -8,7 +8,7 @@ }, "name": "Custom Right-Click Menu", "description": "Create a custom right-click menu and choose the links and scripts you want in it.", - "version": "2.2.3", + "version": "2.2.4", "short_name": "CRM-dev", "applications": { "gecko": { diff --git a/app/manifest.opera.json b/app/manifest.opera.json index 749dc9ca..e12d914d 100644 --- a/app/manifest.opera.json +++ b/app/manifest.opera.json @@ -4,7 +4,7 @@ "options_page": "html/options.html", "name": "Custom Right-Click Menu", "description": "Create a custom right-click menu and choose the links and scripts you want in it.", - "version": "2.2.3", + "version": "2.2.4", "short_name": "CRM-dev", "minimum_opera_version": "51.0",