Skip to content

Commit

Permalink
Update version.php to require Moodle 4.1 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
Laur0r authored Jun 7, 2024
1 parent 93212e4 commit 6828664
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 @@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024060300; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->requires = 2022112800; // Requires Moodle 4.1 and higher.
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v4.4-r1';
$plugin->component = 'mod_ratingallocate'; // To check on upgrade, that module sits in correct place.

0 comments on commit 6828664

Please sign in to comment.