From 9671a9ed4725a9122e731718be393741f8129ab5 Mon Sep 17 00:00:00 2001 From: Paul McKeown Date: Sun, 8 Dec 2024 10:32:32 +1300 Subject: [PATCH] More minor tweaks... --- settings.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.php b/settings.php index 8a02f7b3..0fe47e42 100644 --- a/settings.php +++ b/settings.php @@ -99,7 +99,7 @@ PARAM_INT, 10 ); -// The following might be causing issues with tests +// The following may have been causing issues with tests // and is now redundant as just use coderunner setting // directly.. // $cachettlsetting->set_updatedcallback(function () { diff --git a/version.php b/version.php index c31dfd82..4892f914 100644 --- a/version.php +++ b/version.php @@ -22,7 +22,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 20241204004; +$plugin->version = 20241207000; $plugin->requires = 2022041900; $plugin->cron = 0; $plugin->component = 'qtype_coderunner';