From 6d3723ebe5de6b0485c555578d3fc9302cee0a6d Mon Sep 17 00:00:00 2001 From: Laur0r Date: Thu, 21 Apr 2022 13:06:56 +0200 Subject: [PATCH] Update version.php --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 5559424..b3ba2c4 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019120300; // The current plugin version (Date: YYYYMMDDXX). -$plugin->requires = 2015111000; // Requires this Moodle version. +$plugin->version = 2022042100; // The current plugin version (Date: YYYYMMDDXX). +$plugin->requires = 2020061500; // Requires this Moodle version. $plugin->component = 'block_groups'; // Full name of the plugin (used for diagnostics). -$plugin->release = 'v3.8-r1'; +$plugin->release = 'v4.0-r1'; $plugin->maturity = MATURITY_STABLE;