Adding a version verification before login

Look to add verification before it connect to check if the correct version is installed. Then if it is not to either allow them to download and install the newer version or prevent login.

So it would be I would assume something to change here in the LoginDialog.java line 224

protected boolean beforeLoginValidations() {

return true;