We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85809f9 commit a9460c8Copy full SHA for a9460c8
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'local_chunkupload';
28
-$plugin->release = 'development-version';
29
-$plugin->version = 2023030100;
+$plugin->release = 'v4.2-r1';
+$plugin->version = 2023080100;
30
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
31
-$plugin->maturity = MATURITY_ALPHA;
+$plugin->maturity = MATURITY_STABLE;
0 commit comments