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 035ab58 commit 7431bd6Copy full SHA for 7431bd6
version.php
@@ -24,10 +24,10 @@
24
25
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
26
27
-$plugin->version = 2024042205; // The current module version (Date: YYYYMMDDXX).
+$plugin->version = 2024042206; // 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.1"; // User-friendly version number.
+$plugin->release = "4.4.2"; // User-friendly version number.
0 commit comments