We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa02a05 commit e108772Copy full SHA for e108772
version.php
@@ -24,7 +24,9 @@
24
25
defined('MOODLE_INTERNAL') || die;
26
27
-$plugin->version = 2018060100;
+$plugin->version = 2025121200;
28
$plugin->component = 'local_lsf_unification';
29
-$plugin->cron = 86400; // once a day
30
-$plugin->requires = 2017111300; // Moodle 3.4
+$plugin->cron = 86400; // Once a day.
+$plugin->requires = 2024100700; // Require Moodle 4.5.
31
+$plugin->supports = [405, 501];
32
+$plugin->maturity = MATURITY_ALPHA;
0 commit comments