Skip to content

Commit 0132d0b

Browse files
committed
Release version 2.2.0 (2024102900)
1 parent 9610e8d commit 0132d0b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version x.x.x (yyyymmddnn)
3+
## Version 2.2.0 (2024102900)
44

55
- Add student ID number to quiz attempt header
66
- Add student ID number to exported `attempts_metadata.csv` file inside quiz archives

version.php

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

2525
defined('MOODLE_INTERNAL') || die(); // @codeCoverageIgnore
2626

27-
2827
$plugin->component = 'quiz_archiver';
29-
$plugin->release = '2.1.0';
30-
$plugin->version = 2024101000;
28+
$plugin->release = '2.2.0';
29+
$plugin->version = 2024102900;
3130
$plugin->requires = 2022112800;
3231
$plugin->supported = [401, 405];
3332
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)