Merge branch 'master' into release-1.11

This commit is contained in:
antelle 2019-09-28 22:59:18 +02:00
commit b635281428
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class PluginManager extends Model {
}
installIfNew(url, expectedManifest, skipSignatureValidation) {
const plugin = this.plugins.find({ url });
const plugin = this.plugins.find(p => p.url === url);
if (plugin && plugin.status !== 'invalid') {
return Promise.resolve();
}

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.11.1 (2019-09-28)
`-` fix #1270: password change control focus
`-` fix #1271: loading custom plugins from config
##### v1.11.0 (2019-09-28)
`+` #1125: field actions: copy, reveal, auto-type