Skip to content

Commit 900ed0c

Browse files
authored
v4.4-r1
1 parent 509a5ad commit 900ed0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'local_chunkupload';
28-
$plugin->release = 'v4.3-r1';
28+
$plugin->release = 'v4.4-r1';
2929
$plugin->version = 2024060400;
30-
$plugin->requires = 2020061524; // Requires Moodle 3.9+.
30+
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)