Skip to content

Commit

Permalink
2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Apr 17, 2020
1 parent 4b29278 commit b657f18
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ you clicked on (page, link, selection, image, video or audio).

### Installing from your browser's web store

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

**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.
**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.

### Installing from repo

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 @@ -211,6 +211,9 @@
'Remove screenshotting during bug reporting because the permissions used were flagged as extraneous',
'Restrict browser.tabs permission to activeTab only because the permission used was flagged as extraneous,' +
' probably causing a few bugs'
],
'2.2.11': [
'Restrict permission usage some more'
]
};

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.10",
"version": "2.2.11",
"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.10",
"version": "2.2.11",
"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.10",
"version": "2.2.11",
"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.10",
"version": "2.2.11",
"short_name": "CRM-dev",
"minimum_opera_version": "51.0",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,6 @@
"package": "gulp genCRX && gulp genXPI && yarn genAppx",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
},
"version": "2.2.10",
"version": "2.2.11",
"dependencies": {}
}

0 comments on commit b657f18

Please sign in to comment.