Skip to content

Commit 202c384

Browse files
Update version and changes file for v1.5 release
1 parent 2aceb35 commit 202c384

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changes.md

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

33

4+
## Changes in 1.5
5+
6+
* Fix coding style.
7+
8+
49
## Changes in 1.4
510

611
* This version works with Moodle 4.5

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 = 2025040200;
27+
$plugin->version = 2025050600;
2828
$plugin->requires = 2024042200;
2929
$plugin->cron = 0;
3030
$plugin->component = 'quiz_answersheets';
3131
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->release = 'v1.4 for Moodle 4.4+';
32+
$plugin->release = 'v1.5 for Moodle 4.4+';
3333

3434
$plugin->outestssufficient = true;

0 commit comments

Comments
 (0)