Skip to content

Commit

Permalink
Release version 2.2.0 (2024102900)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Oct 29, 2024
1 parent 9610e8d commit 0132d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version x.x.x (yyyymmddnn)
## Version 2.2.0 (2024102900)

- Add student ID number to quiz attempt header
- Add student ID number to exported `attempts_metadata.csv` file inside quiz archives
Expand Down
5 changes: 2 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@

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


$plugin->component = 'quiz_archiver';
$plugin->release = '2.1.0';
$plugin->version = 2024101000;
$plugin->release = '2.2.0';
$plugin->version = 2024102900;
$plugin->requires = 2022112800;
$plugin->supported = [401, 405];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 0132d0b

Please sign in to comment.