From 0fc76e46723cdddaf58e1af843096a70b13a26ab Mon Sep 17 00:00:00 2001 From: Karen Holland Date: Sun, 20 Oct 2024 17:38:26 +0000 Subject: [PATCH] Setting up 1.401.04 release --- CHANGES.md | 17 +++++++++++++++++ db/install.xml | 2 +- version.php | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 97c3d7d..8af66a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,23 @@ Release Notes _NOTE - This release will work on Moodle 4.00, 4.01, 4.02 & 4.03_ +##### 1.401.04 (Build 2022040116) + +New features / improvements: + +* Adding configurable logging values. +* Adding more complete activity description for activity chooser. +* Ability to configure if embedded option is available or not. + +Bug fixes: + +* Fix hidden emails not showing without relevant permissions. +* Fix description duplication on some themes. +* Fix AMD bug with undefined $. +* Fix table dynamic properties. + +_NOTE - This release will work on Moodle 4.00, 4.01, 4.02 & 4.03_ + ##### 1.401.03 (Build 2022040112) New features / improvements: diff --git a/db/install.xml b/db/install.xml index 0e39c5f..3306c4d 100755 --- a/db/install.xml +++ b/db/install.xml @@ -1,5 +1,5 @@ - diff --git a/version.php b/version.php index d0cedf8..67a8656 100755 --- a/version.php +++ b/version.php @@ -27,5 +27,5 @@ $plugin->component = 'mod_board'; // Full name of the plugin (used for diagnostics). $plugin->version = 2022040116; // The current module version Use 2022.04.01 as base for 4.00. $plugin->requires = 2022041900; // Moodle 4.00 and up. -$plugin->release = '1.401.03 (Build 2022040112)'; +$plugin->release = '1.401.04 (Build 2022040116)'; $plugin->maturity = MATURITY_STABLE;