From 1e3ad30526ddf400648035cd80174c017aa3f377 Mon Sep 17 00:00:00 2001 From: Dietmar Angerer Date: Thu, 20 Jun 2024 13:55:43 +0200 Subject: [PATCH] version and changelog --- CHANGES.md | 4 ++++ version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0c92bf8c..647089c9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### v4.6.7 (2024061600) ### +* fix problem in dakora+ if user has role teacher and student +* postgres query optimization + ### v4.6.7 (2024042500) ### * small dakora-plus fix special chars in example title diff --git a/version.php b/version.php index 5f339468..92a43215 100644 --- a/version.php +++ b/version.php @@ -20,6 +20,6 @@ $plugin->component = 'block_exacomp'; $plugin->release = '4.6.7'; -$plugin->version = 2024042500; +$plugin->version = 2024061600; $plugin->requires = 2021051700; // moodle 3.11 $plugin->maturity = MATURITY_STABLE;