This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Version 6.5 and below

To change the version number of Rogo three files must be changed:

/install/index.phpThis file writes the version number when Rogo is installed
/updates/version5.phpThis file changes the version number when Rogo is upgraded
/include/staff_student_auth.incThis is a safety check to make sure that a Rogo installation has been upgraded.

Version 6.1 and above

The instructions below are for Rogo 6.1.0+

When creating a new version of rogo you need to update the version in the /config/rogo.xml file. This removes the need to update the version of rogo in 3 seperate files as in previous versions of Rogo.

config/rogo.xml
<?xml version="1.0"?>
<rogo>
  <version>6.1.0</version>
  ...
</rogo>

Once the upgrade / install script has been run this version number will also be present in /config/confing.inc.php

  • No labels