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;