As a 4Minitz admin I want to be informed when I'm using an outdated Version. URLs: * https://docs.npmjs.com/misc/semver * https://docs.nodejitsu.com/articles/HTTP/clients/how-to-create-a-HTTP-request/ - [x] 4Minitz.com node.js REST route that delivers current stable Version number - as "sematic version" - [x] If not yet available: 4Minitz generates UUID of current instance on Launch and saves to file - [x] Webapp shall connect every 8hrs. and check stable vs. own Version number. Transmit UUID - [x] Send local admin an eMail if local Version is outdated. Embed link to release notes into mail. - [x] Just send one EMail for every new detected version - [x] Handle non existing connectivity gracefully - [x] Make feature optional via Settings.json - Default: "true" - [x] On Server log UUID, source domain and version string of remote calling version.
As a 4Minitz admin I want to be informed when I'm using an outdated Version.
URLs: