Skip to content

Commit 931826f

Browse files
Update version and changes file for v1.6 release
1 parent 195d1e3 commit 931826f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change log for the Export quiz attempts report
22

33

4+
## Changes in 1.6
5+
6+
* This version works with Moodle 4.5 and 5.0.
7+
* There are new settings added to control the display of feedbacks (combined feedback, inline feedback and
8+
general feedback) in the Right answer sheet.
9+
10+
411
## Changes in 1.5
512

613
* Fix coding style.

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2025050600;
27+
$plugin->version = 2025061000;
2828
$plugin->requires = 2024042200;
2929
$plugin->cron = 0;
3030
$plugin->component = 'quiz_answersheets';
3131
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->release = 'v1.5 for Moodle 4.4+';
32+
$plugin->release = 'v1.6 for Moodle 4.4+';
3333

3434
$plugin->outestssufficient = true;

0 commit comments

Comments
 (0)