Skip to content

Commit 1862783

Browse files
committed
2.2.4
1 parent 5fddc86 commit 1862783

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ you clicked on (page, link, selection, image, video or audio).
5353

5454
### Installing from your browser's web store
5555

56-
> 2.2.3 is the current latest version
56+
> 2.2.4 is the current latest version
5757
5858
* [Chrome Webstore](https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj) - On version 2.2.0
5959
* [Firefox Add-on](https://addons.mozilla.org/nl/firefox/addon/custom-right-click-menu/) - On 2.1.8 (= 2.2.3)

app/elements/util/change-log/changelog.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@
176176
],
177177
'2.2.3': [
178178
'Replaced JQuery 2.* with JQuery 3.3.1'
179+
],
180+
'2.2.4': [
181+
'Now uses synced data of previous instances when downloading the extension on a new computer'
179182
]
180183
};
181184

app/manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"options_page": "html/options.html",
55
"name": "Custom Right-Click Menu",
66
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
7-
"version": "2.2.3",
7+
"version": "2.2.4",
88
"short_name": "CRM-dev",
99
"minimum_chrome_version": "26",
1010

app/manifest.edge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"options_page": "html/options.html",
66
"name": "Custom Right-Click Menu for Microsoft Edge",
77
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
8-
"version": "2.2.3",
8+
"version": "2.2.4",
99
"short_name": "CRM-dev",
1010

1111
"background": {

app/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"name": "Custom Right-Click Menu",
1010
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
11-
"version": "2.2.3",
11+
"version": "2.2.4",
1212
"short_name": "CRM-dev",
1313
"applications": {
1414
"gecko": {

app/manifest.opera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"options_page": "html/options.html",
55
"name": "Custom Right-Click Menu",
66
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
7-
"version": "2.2.3",
7+
"version": "2.2.4",
88
"short_name": "CRM-dev",
99
"minimum_opera_version": "51.0",
1010

0 commit comments

Comments
 (0)