Skip to content

Commit b374a40

Browse files
committed
2.2.14
1 parent f059072 commit b374a40

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@
221221
],
222222
'2.2.13': [
223223
'Re-enable some permissions since they were causing core functionality to stop working'
224+
],
225+
'2.2.14': [
226+
'Fix bug where removing a library was not possible',
227+
'Fix bug where exiting the editing screen of a library was not possible',
228+
'Fix bug where the root item\'s name was not changeable'
224229
]
225230
};
226231

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.13",
7+
"version": "2.2.14",
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.13",
8+
"version": "2.2.14",
99
"short_name": "CRM-dev",
1010

1111
"background": {

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.13",
7+
"version": "2.2.14",
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
@@ -211,6 +211,6 @@
211211
"package": "gulp genCRX && gulp genXPI && yarn genAppx",
212212
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
213213
},
214-
"version": "2.2.13",
214+
"version": "2.2.14",
215215
"dependencies": {}
216216
}

0 commit comments

Comments
 (0)