From 1b4d846d7ca320d13dd1f2a60b1f5c513d8634cc Mon Sep 17 00:00:00 2001 From: drachels Date: Wed, 2 Sep 2020 09:08:15 -0500 Subject: [PATCH] Bumped version. --- upgrade.txt | 3 +++ version.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/upgrade.txt b/upgrade.txt index 5ed9e94..548f3e8 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -2,6 +2,9 @@ This files describes API changes in the diary code. === 1.2.0 === * Added user names salutation to strings used for message/emails sent to user. * Cleanup of more code prechecks listed for 1.0.1.(10|4) +* Changed edit mode to show, Diary description instead of, Diary question. +* On the view.php page, added a link for students to index.php page. +* Added code to enable, Expect completed on, date. === 1.1.0 === * Cleanup of more code prechecks listed for 1.0.1.(21|4) diff --git a/version.php b/version.php index 466aa56..6030633 100644 --- a/version.php +++ b/version.php @@ -27,10 +27,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020082800; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2020090100; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2015111600; // Requires Moodle 3.0 version. $plugin->cron = 60; // Period for cron to check this module (secs). $plugin->component = 'mod_diary'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.1.0 (Build: 2020082800)'; // User-friendly version number. +$plugin->release = '1.2.0 (Build: 2020090100)'; // User-friendly version number.