-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.7.10, 2.8.8, 2.9.2
-
None
-
2014051203, 2014111001, 2015083100
-
MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
Hi.
Currently, the "$plugin->release" setting the "version.php" file doesn't contain a user-friendly version number as expected. It is defined as follows:
$plugin->release = "Stable"; // User-friendly version number
This makes it difficult for Moodle admins to manage their certificate plugin. Can this be changed to something more meaningful that is maintained each time there is a new release of the plugin? Something like "2.9.4 (Build - 2015083108)" would be ideal.
Thanks.