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 2aceb35 commit 202c384Copy full SHA for 202c384
changes.md
@@ -1,6 +1,11 @@
1
# Change log for the Export quiz attempts report
2
3
4
+## Changes in 1.5
5
+
6
+* Fix coding style.
7
8
9
## Changes in 1.4
10
11
* This version works with Moodle 4.5
version.php
@@ -24,11 +24,11 @@
24
25
defined('MOODLE_INTERNAL') || die();
26
27
-$plugin->version = 2025040200;
+$plugin->version = 2025050600;
28
$plugin->requires = 2024042200;
29
$plugin->cron = 0;
30
$plugin->component = 'quiz_answersheets';
31
$plugin->maturity = MATURITY_STABLE;
32
-$plugin->release = 'v1.4 for Moodle 4.4+';
+$plugin->release = 'v1.5 for Moodle 4.4+';
33
34
$plugin->outestssufficient = true;
0 commit comments