Skip to content

Commit bf08e13

Browse files
committed
2.2.7
1 parent 50c34f0 commit bf08e13

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@
188188
'Re-enable the "expand menu" buttons for menus that were accidentally hidden',
189189
'Add undo feature for certain operations (for example adding, removing or changing an item)',
190190
'Change title fonts and look a bit'
191+
],
192+
'2.2.7': [
193+
'Fix more dragging issues'
191194
]
192195
};
193196

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

0 commit comments

Comments
 (0)