adds verification if name and version of a downloaded plugin matches plugin center information

This commit is contained in:
Sebastian Sdorra
2020-08-05 16:54:48 +02:00
parent 1246fbd65c
commit 0287724b97
5 changed files with 125 additions and 13 deletions

View File

@@ -55,6 +55,6 @@ public class DependencyVersionMismatchException extends PluginInstallException {
@Override
public String getCode() {
return null;
return "E5S6niWwi1";
}
}