Skip to content

Commit a9460c8

Browse files
author
Matthias Kollenbroich
committed
Created branch Release_v4.2 and updated version.php files
1 parent 85809f9 commit a9460c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

Lines changed: 3 additions & 3 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 = 'development-version';
29-
$plugin->version = 2023030100;
28+
$plugin->release = 'v4.2-r1';
29+
$plugin->version = 2023080100;
3030
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
31-
$plugin->maturity = MATURITY_ALPHA;
31+
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)