Skip to content

Commit a5877d5

Browse files
authored
Merge pull request #438 from aneno-m-e/TOTARA_18
Update version.php to require Tōtara 18
2 parents 4c332e6 + 437e190 commit a5877d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

version.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
$plugin->version = 2023031601; // The current plugin version (Date: YYYYMMDDXX).
2929
$plugin->release = 2023031601; // Same as version.
30-
$plugin->requires = 2017051500.00; // Support back to 3.3 - Totara 12. Patches required.
30+
$plugin->requires = 2023051100.01; // Support from T18. Patches required.
3131
$plugin->component = 'tool_mfa';
3232
$plugin->maturity = MATURITY_STABLE;
33-
$plugin->supported = [35, 401];

0 commit comments

Comments
 (0)