Skip to content

Commit

Permalink
add: supported version & readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcghaly committed Dec 19, 2023
1 parent 25bbd3d commit b174f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ Dataflows is a generic workflow and processing engine which can be configured to

| Moodle version | Branch | PHP |
|----------------|------------------|-----------|
| Moodle 4.1+ | MOODLE_41_STABLE | 7.4 |
| Moodle 4.1+ | MOODLE_41_STABLE | 7.4 | 8.0 |
| Totara 10+ | MOODLE_35_STABLE | 7.1 - 7.4 |

Note: Moodle 402 is supported with PHP 8.0 maximum at the moment

## Alternatives

### tool_etl
Expand Down
1 change: 1 addition & 0 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
$plugin->version = 2023110901;
$plugin->release = 2023110901;
$plugin->requires = 2022112800; // Our lowest supported Moodle (3.3.0).
$plugin->supported = [400, 401];
// 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 b174f51

Please sign in to comment.