Skip to content

Commit 9b99644

Browse files
committed
2.2.8
1 parent 6d23a66 commit 9b99644

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

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.7](https://github.com/SanderRonde/CustomRightClickMenu/releases/tag/2.2.7) is the current latest version
56+
> [2.2.8](https://github.com/SanderRonde/CustomRightClickMenu/releases/tag/2.2.8) is the current latest version
5757
5858
* [Chrome Webstore](https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj) - On version 2.2.7
5959
* [Firefox Add-on](https://addons.mozilla.org/nl/firefox/addon/custom-right-click-menu/) - On 2.2.7

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,15 @@
191191
],
192192
'2.2.7': [
193193
'Fix more dragging issues'
194+
],
195+
'2.2.8': [
196+
'Fix issue with scripts not working in Firefox',
197+
'Fix issue with names seemingly not changing',
198+
'Fix dragging issues in Firefox',
199+
'Fix issue with dialogs popping behind overlay in Firefox',
200+
'Hide root node when empty',
201+
'Add another CRM API function (crmAPI.fetchBackground) that can do a fetch' +
202+
' without running into [CORB](https://www.chromestatus.com/feature/5629709824032768) issues'
194203
]
195204
};
196205

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.7",
7+
"version": "2.2.8",
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.7",
8+
"version": "2.2.8",
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.7",
11+
"version": "2.2.8",
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.7",
7+
"version": "2.2.8",
88
"short_name": "CRM-dev",
99
"minimum_opera_version": "51.0",
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,6 @@
208208
"package": "gulp genCRX && gulp genXPI && yarn genAppx",
209209
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
210210
},
211-
"version": "2.2.7",
211+
"version": "2.2.8",
212212
"dependencies": {}
213213
}

0 commit comments

Comments
 (0)