From 185e2807dbd08449ef141acce2a870e7664360a1 Mon Sep 17 00:00:00 2001 From: Tobias Reischmann Date: Mon, 7 Sep 2020 14:11:32 +0200 Subject: [PATCH] First release v3.9-r1 --- version.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/version.php b/version.php index 4800c34..97c51cd 100644 --- a/version.php +++ b/version.php @@ -24,6 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020042700; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2020090700; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2019052000; // Requires this Moodle version $plugin->component = 'local_chunkupload'; // Full name of the plugin (used for diagnostics). +$plugin->maturity = MATURITY_BETA; +$plugin->release = 'v3.9-r1'; // First release for Moodle 3.9.