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