Skip to content

Commit e108772

Browse files
committed
Reset version information
This fills in additional info and states the support committment for the upcoming release version. References: #15
1 parent fa02a05 commit e108772

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

version.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424

2525
defined('MOODLE_INTERNAL') || die;
2626

27-
$plugin->version = 2018060100;
27+
$plugin->version = 2025121200;
2828
$plugin->component = 'local_lsf_unification';
29-
$plugin->cron = 86400; // once a day
30-
$plugin->requires = 2017111300; // Moodle 3.4
29+
$plugin->cron = 86400; // Once a day.
30+
$plugin->requires = 2024100700; // Require Moodle 4.5.
31+
$plugin->supports = [405, 501];
32+
$plugin->maturity = MATURITY_ALPHA;

0 commit comments

Comments
 (0)