Skip to content

Commit aa76ed2

Browse files
committed
2.1.12
1 parent 328020b commit aa76ed2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@
214214
],
215215
'2.2.11': [
216216
'Restrict permission usage some more'
217+
],
218+
'2.2.12': [
219+
'Removed permission API on chrome. See [this github issue](https://github.com/SanderRonde/CustomRightClickMenu/issues/44)' +
220+
' for more info'
217221
]
218222
};
219223

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.11",
7+
"version": "2.2.12",
88
"short_name": "CRM-dev",
99
"minimum_chrome_version": "26",
1010

0 commit comments

Comments
 (0)