Skip to content

Commit 38210e2

Browse files
committed
2.2.1
1 parent 2bb0047 commit 38210e2

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@
165165
'version since 2.0.19 that is published on the chrome webstore ' +
166166
'and as such will be a breaking change relative to 2.0.19, which ' +
167167
' is why the version is bumped.'
168+
],
169+
'2.2.1': [
170+
'Fixed issue where dragging nodes downwards placed them one spot above the target',
171+
'Fixed the "add here" button not working when adding a node as a child to a menu'
168172
]
169173
};
170174

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.0",
7+
"version": "2.2.1",
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.0",
8+
"version": "2.2.1",
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.0",
11+
"version": "2.2.1",
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.0",
7+
"version": "2.2.1",
88
"short_name": "CRM-dev",
99
"minimum_opera_version": "51.0",
1010

0 commit comments

Comments
 (0)