What directory is state.php ? Is this a new file in 9.3? I ask because I have a C++ program that checks the website looking for "string sub = "Latest Release EspoCRM";" and compare the resulting string ( "<h2>Latest Release EspoCRM 9.3.0 (February 05, 2026)</h2>" in https://www.espocrm.com/download/ and compare it to what I have saved previously to see if there is a new release. Has worked for many, many years since the website has not been changed. Maybe there is a better way to do it, but this has worked (and will until the website is changed.)
I also get a notification from github as a failsafe... should the Espo site change.
I'll happily give anyone the C++ code if they wish to have it.
I also get a notification from github as a failsafe... should the Espo site change.
I'll happily give anyone the C++ code if they wish to have it.

Comment