Skip to content

Commit 98ac85d

Browse files
committed
2.2.10
1 parent de54590 commit 98ac85d

7 files changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ you clicked on (page, link, selection, image, video or audio).
5353

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

56-
> [2.2.9](https://github.com/SanderRonde/CustomRightClickMenu/releases/tag/2.2.9) is the current latest version.
56+
> [2.2.10](https://github.com/SanderRonde/CustomRightClickMenu/releases/tag/2.2.10) is the current latest version.
5757
58-
* [Chrome Webstore](https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj) - On version 2.2.9
58+
* [Chrome Webstore](https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj) - Currently taken down, 2.2.10 certification in progress
5959
* [Firefox Add-on](https://addons.mozilla.org/nl/firefox/addon/custom-right-click-menu/) - On 2.2.8
6060
* [Edge Extension](https://www.microsoft.com/store/apps/9P6T9NZ0QML9) - On 2.2.8 certification in progress
6161
* Opera extension - Under certification for initial release (no changes in review status since submission in may 2018)
6262

63-
**Note**: 2.2.9 is a downgrade of 2.2.8 to comply with Google's mysterious web store policies, I wouldn't recommend upgrading from 2.2.8 to 2.2.9 if you have the choice.
63+
**Note**: 2.2.10 (and 2.2.9) are downgrades of 2.2.8 to comply with Google's mysterious web store policies, I wouldn't recommend upgrading from 2.2.8 to 2.2.10 if you have the choice since some functionality is removed and some bugs may appear.
6464

6565
### Installing from repo
6666

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@
206206
' because the permissions used were flagged as extraneous',
207207
'Remove greasemonkey-style resources because the permissions used were flagged as extraneous',
208208
'Remove activeTab permission since it is overshadowed by the tabs permission'
209+
],
210+
'2.2.10': [
211+
'Remove screenshotting during bug reporting because the permissions used were flagged as extraneous',
212+
'Restrict browser.tabs permission to activeTab only because the permission used was flagged as extraneous,' +
213+
' probably causing a few bugs'
209214
]
210215
};
211216

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.9",
7+
"version": "2.2.10",
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.9",
8+
"version": "2.2.10",
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.9",
11+
"version": "2.2.10",
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.9",
7+
"version": "2.2.10",
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.9",
211+
"version": "2.2.10",
212212
"dependencies": {}
213213
}

0 commit comments

Comments
 (0)