We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9610e8d commit 0132d0bCopy full SHA for 0132d0b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version x.x.x (yyyymmddnn)
+## Version 2.2.0 (2024102900)
4
5
- Add student ID number to quiz attempt header
6
- Add student ID number to exported `attempts_metadata.csv` file inside quiz archives
version.php
@@ -24,10 +24,9 @@
24
25
defined('MOODLE_INTERNAL') || die(); // @codeCoverageIgnore
26
27
-
28
$plugin->component = 'quiz_archiver';
29
-$plugin->release = '2.1.0';
30
-$plugin->version = 2024101000;
+$plugin->release = '2.2.0';
+$plugin->version = 2024102900;
31
$plugin->requires = 2022112800;
32
$plugin->supported = [401, 405];
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments