Skip to content

Commit

Permalink
version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Nov 11, 2024
1 parent b134e32 commit 21b8f82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
* Version details
*
* @package local_chunkupload
* @copyright 2024 Thomas Niedermaier <[email protected]>
* @copyright 2020 Justus Dieckmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

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

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

0 comments on commit 21b8f82

Please sign in to comment.