Fileref:version.php

From SLIS Second Life Wiki

Jump to: navigation, search

Image:folder.gif (parent)

This script is used exclusively by the Moodle framework, and provides version information indicating when the module needs upgraded. The version number defined as "$module->version" is of the format YYYYMMDD##, which is the date followed by a 2 digit release number. This allows up to 100 releases per day.


When a change is made to the module this version number should be updated. Note that this number is distinct from the Sloodle version defined in config.php, although they are sometimes used together. For example, if Sloodle 0.2 is downloaded, at module version 2008010508, then the full version information is "0.2.2008010508". This allows a completely accurate impression of which module version is being used, although this is typically only shown on archived filenames.


Note: the version numbers can be seen on the Sloodle configuration page (config.html).



This page is part of the Sloodle documentation
SloodleDocs Home | User Documentation | Administrator Documentation | Developer Documentation | Sloodle Wiki Home