I had some help a while back on installing RoundCube to our church website. Is there a way to check which version of RoundCube was installed on our website? Is there a file I can look to that might contain the version?
I'm not sure if this has always been the case, but there are a few lines in my index.php that correlate directly to the SVN version I'm running:
$Id: index.php 521 2007-03-27 09:34:30Z thomasb $
and
define('RCMAIL_VERSION', '0.1-20070327');
On the same subject, is there a way to have the version number displayed on-screen? Perhaps on the login page or as a footer on the main app pages?
Kris