Skip to content

Commit 5d78e4d

Browse files
committed
Version 2.1.11 (2025021900)
1 parent c7abf7e commit 5d78e4d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version 2.1.11 (2025021900)
2+
* Bugfix: Make sure highscore table is diffent for student and teacher
3+
14
## Version 2.1.10 (2024071800)
25
* Bugfix: Don't skip image extraction because of different img tag syntax, closes #86
36

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_mooduell';
28-
$plugin->release = 'v2.1.10';
29-
$plugin->version = 2024071800;
28+
$plugin->release = 'v2.1.11';
29+
$plugin->version = 2025021900;
3030
$plugin->requires = 2020061500;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [

0 commit comments

Comments
 (0)