From c61e6870802fa80d9449ddb68fe812b83973a048 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Sat, 26 May 2018 17:01:01 +0800 Subject: [PATCH] Fixed misleading comment in version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f2173ee..aacff56 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); $plugin->version = 2018051700; // The current module version (Date: YYYYMMDDXX). -$plugin->requires = 2018051700; // Requires this Moodle version (3.4). +$plugin->requires = 2018051700; // Requires this Moodle version (3.5). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_customcert';