From 5d012a63135531df02cb2a5e8817d3611730db44 Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Sun, 11 Jun 2023 10:52:55 -0500 Subject: [PATCH] Version bump --- upgrade.txt | 4 ++-- version.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/upgrade.txt b/upgrade.txt index 88300c6..59bbec9 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -18,8 +18,8 @@ This files describes changes in the Hot Question code. unapproved questions and also change the index.php call to a class="btn btn-link" instead of a plain URL link. 20230522 Added string for another list option of, Preference not set. 20230531 Added code to go ahead and populate the listing - and setting the drop down menu to, Preference not set. 20230607 Made a lot changes - to get rid of the blank option at the top of the list. + and setting the drop down menu to, Preference not set. 20230607 Made a lot of + changes to get rid of the blank option at the top of the list. === 4.1.6 === 20230407 Release for M3.11 and above. === 4.1.6+ === 20230428 Code cleanup. diff --git a/version.php b/version.php index 439b5c1..bdbbb9c 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023060700; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2023052501; // 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.7+ (Build: 2023060700)"; // User-friendly version number. +$plugin->release = "4.1.7+ (Build: 2023061100)"; // User-friendly version number. $plugin->supported = [311, 402];