Skip to content

Commit 6e12e12

Browse files
committed
version.php, changes
1 parent 8343e0c commit 6e12e12

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
5.0.1 (2025-09-01)
5+
------------------
6+
* Change progressbar style
7+
8+
49
5.0.0 (2025-08-01)
510
------------------
611
* Moodle 5.0 compatible version

version.php

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

2828
$plugin->component = 'local_chunkupload';
29-
$plugin->release = 'v5.0-r1';
30-
$plugin->version = 2025080100;
29+
$plugin->release = 'v5.0-r2';
30+
$plugin->version = 2025080101;
3131
$plugin->requires = 2025041400; // Requires Moodle 5.0+.
3232
$plugin->supported = [500, 500];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)