Skip to content

Commit

Permalink
issue #909: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Nov 15, 2024
1 parent 646dbf7 commit 91d9fc2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024101000;
$plugin->release = 2024101000;
$plugin->requires = 2022112800; // Our lowest supported Moodle (3.3.0).
$plugin->version = 2024111500;
$plugin->release = 2024111500;
$plugin->requires = 2024100700; // Our lowest supported Moodle (4.5.0).
$plugin->supported = [405, 405];
// TODO $plugin->incompatible = ; // Available as of Moodle 3.9.0 or later.
$plugin->component = 'tool_dataflows';
$plugin->maturity = MATURITY_ALPHA;
$plugin->dependencies = [];

0 comments on commit 91d9fc2

Please sign in to comment.