From f1beba170b0e9cdea298d40859c7f1edc06de6c9 Mon Sep 17 00:00:00 2001 From: Toni Ginard Date: Tue, 29 Oct 2024 14:47:12 +0100 Subject: [PATCH] Bumped version 3.7.0. Moodle 4.0 required --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 44a3825..d79df23 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024012200; // The current module version (Date: YYYYMMDDXX) -$plugin->requires = 2015111600; // Requires this Moodle version (2.7) +$plugin->version = 2024102900; // The current module version (Date: YYYYMMDDXX) +$plugin->requires = 2022041900; // Requires this Moodle version (4.0) $plugin->cron = 0; // Period for cron to check this module (secs) $plugin->component = 'mod_geogebra'; // To check on upgrade, that module sits in correct place -$plugin->release = 'v3.6.11'; // Human-readable version name +$plugin->release = 'v3.7.0'; // Human-readable version name $plugin->maturity = MATURITY_STABLE; // How stable the plugin is