We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7abf7e commit 5d78e4dCopy full SHA for 5d78e4d
CHANGES.md
@@ -1,3 +1,6 @@
1
+## Version 2.1.11 (2025021900)
2
+* Bugfix: Make sure highscore table is diffent for student and teacher
3
+
4
## Version 2.1.10 (2024071800)
5
* Bugfix: Don't skip image extraction because of different img tag syntax, closes #86
6
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_mooduell';
28
-$plugin->release = 'v2.1.10';
29
-$plugin->version = 2024071800;
+$plugin->release = 'v2.1.11';
+$plugin->version = 2025021900;
30
$plugin->requires = 2020061500;
31
$plugin->maturity = MATURITY_STABLE;
32
$plugin->dependencies = [
0 commit comments