Skip to content

Commit 21b8f82

Browse files
committed
version.php
1 parent b134e32 commit 21b8f82

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

version.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
* Version details
1919
*
2020
* @package local_chunkupload
21+
* @copyright 2024 Thomas Niedermaier <[email protected]>
2122
* @copyright 2020 Justus Dieckmann WWU
2223
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425

2526
defined('MOODLE_INTERNAL') || die();
2627

2728
$plugin->component = 'local_chunkupload';
28-
$plugin->release = 'v4.4-r1';
29-
$plugin->version = 2024060400;
30-
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
29+
$plugin->release = 'v4.5-r1';
30+
$plugin->version = 2024111100;
31+
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
3132
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)