Out-Of-Date detection system

What Wick Editor Version are you using?
1.19.3

I want to make a system that checks with a webpage if my program (Systematix) is up to date, but I cant figue out how to check if a version is up to date

ex.
Remote server (Github Page, https://watrmeln.github.io/Sys-Update-Server/list.js): build900outOfDate=1

Wick: build = 900
if(build900outOfDate===1){alert(Update now, out of date.) }

You can use “document.lastModified” in order to identify the date of the last update made to the window’s document.

image

You can probably use that to have Systematix know if it’s outdated or not

2 Likes