Skip to content

Commit

Permalink
[#851] Add 4.2 as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Jan 3, 2024
1 parent 1b661a1 commit f9c6833
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 = 2023122201;
$plugin->release = 2023122201;
$plugin->requires = 2022112800; // Our lowest supported Moodle (3.3.0).
$plugin->supported = [400, 401];
$plugin->supported = [400, 402];
// TODO $plugin->incompatible = ; // Available as of Moodle 3.9.0 or later.
$plugin->component = 'tool_dataflows';
$plugin->maturity = MATURITY_ALPHA;
Expand Down

0 comments on commit f9c6833

Please sign in to comment.