Skip to content

Commit

Permalink
Match the required version with the minimum supported version
Browse files Browse the repository at this point in the history
- See issue #147.
  • Loading branch information
martignoni committed Oct 27, 2024
1 parent 3f6bbe7 commit 3c67774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

$plugin->version = 2024102700;
$plugin->release = '2.18.2-beta';
$plugin->requires = 2018120300;
$plugin->requires = 2024042200;
$plugin->supported = [404, 405];
$plugin->maturity = MATURITY_BETA;
$plugin->component = 'tool_moodlebox';

0 comments on commit 3c67774

Please sign in to comment.