Skip to content

Commit b657f18

Browse files
committed
2.2.11
1 parent 4b29278 commit b657f18

7 files changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

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

5757
### Installing from your browser's web store
5858

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

66-
**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.
66+
**Note**: 2.2.11 (and 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.11 if you have the choice since some functionality is removed and some bugs may appear.
6767

6868
### Installing from repo
6969

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@
211211
'Remove screenshotting during bug reporting because the permissions used were flagged as extraneous',
212212
'Restrict browser.tabs permission to activeTab only because the permission used was flagged as extraneous,' +
213213
' probably causing a few bugs'
214+
],
215+
'2.2.11': [
216+
'Restrict permission usage some more'
214217
]
215218
};
216219

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

0 commit comments

Comments
 (0)