We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381ee0f commit 054c01bCopy full SHA for 054c01b
version.php
@@ -24,10 +24,10 @@
24
25
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
26
27
-$plugin->version = 2023042402; // The current module version (Date: YYYYMMDDXX).
+$plugin->version = 2023101000; // The current module version (Date: YYYYMMDDXX).
28
$plugin->requires = 2023042400; // Requires this Moodle version (4.2).
29
$plugin->cron = 0; // Period for cron to check this module (secs).
30
$plugin->component = 'mod_customcert';
31
32
$plugin->maturity = MATURITY_STABLE;
33
-$plugin->release = "4.2.2"; // User-friendly version number.
+$plugin->release = "4.2.3"; // User-friendly version number.
0 commit comments