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 8343e0c commit 6e12e12Copy full SHA for 6e12e12
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+5.0.1 (2025-09-01)
5
+------------------
6
+* Change progressbar style
7
+
8
9
5.0.0 (2025-08-01)
10
------------------
11
* Moodle 5.0 compatible version
version.php
@@ -26,8 +26,8 @@
26
defined('MOODLE_INTERNAL') || die();
27
28
$plugin->component = 'local_chunkupload';
29
-$plugin->release = 'v5.0-r1';
30
-$plugin->version = 2025080100;
+$plugin->release = 'v5.0-r2';
+$plugin->version = 2025080101;
31
$plugin->requires = 2025041400; // Requires Moodle 5.0+.
32
$plugin->supported = [500, 500];
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments