Skip to content

Commit

Permalink
2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Feb 8, 2019
1 parent 5fddc86 commit 1862783
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions app/elements/util/change-log/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
};

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.opera.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit 1862783

Please sign in to comment.