Skip to content

Commit 3c67774

Browse files
committed
Match the required version with the minimum supported version
- See issue #147.
1 parent 3f6bbe7 commit 3c67774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
$plugin->version = 2024102700;
3030
$plugin->release = '2.18.2-beta';
31-
$plugin->requires = 2018120300;
31+
$plugin->requires = 2024042200;
3232
$plugin->supported = [404, 405];
3333
$plugin->maturity = MATURITY_BETA;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)