From a53d932ba84ef3a4093317ca2251cf172bead117 Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Sun, 21 Aug 2022 11:41:17 -0500 Subject: [PATCH] Bumped version --- upgrade.txt | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/upgrade.txt b/upgrade.txt index 62b462f..2e3afab 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -8,7 +8,7 @@ This files describes changes in the Hot Question code. Activity completion should reflect that. See the ticket for details. -=== 4.1.2.01 === pending +=== 4.1.2.01 === 2022082100 20220410 HotQuestion_840 - Need to add comments to question downloads. See ticket for details. Have gotten working for teachers, managers and admins. 20220718 HotQuestion_894 - Need to cleanup/change code in upgrade.php. Made changes diff --git a/version.php b/version.php index 16c41fd..6f5ee8f 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022082000; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2022082100; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2021051700; // Requires Moodle 3.11 version. $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_hotquestion'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = "4.1.2 (Build: 2022082000)"; // User-friendly version number. +$plugin->release = "4.1.2 (Build: 2022082100)"; // User-friendly version number.