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 2c0b4f0 commit a202493Copy full SHA for a202493
version.php
@@ -24,10 +24,10 @@
24
25
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
26
27
-$plugin->version = 2024042211; // The current module version (Date: YYYYMMDDXX).
+$plugin->version = 2024042212; // The current module version (Date: YYYYMMDDXX).
28
$plugin->requires = 2024042200; // Requires this Moodle version (4.4).
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.4.5"; // User-friendly version number.
+$plugin->release = "4.4.6"; // User-friendly version number.
0 commit comments