Skip to content

Commit

Permalink
Release version 1.2.10 (2024070900)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Jul 9, 2024
1 parent e1edc8c commit e22f9d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 1.2.10 (2024070900)

- Full code overhaul to comply with the [Moodle Coding Style](https://moodledev.io/general/development/policies/codingstyle)
- Enforce strict coding style checks during CI runs / prior to any new releases
- Improve English and German translations


## Version 1.2.9 (2024070800)

- Synchronize default job timeout setting with quiz archive worker and add hint about the additional timeout inside the
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'quiz_archiver';
$plugin->release = '1.2.9';
$plugin->version = 2024070800;
$plugin->release = '1.2.10';
$plugin->version = 2024070900;
$plugin->requires = 2022112800;
$plugin->supported = [401, 404];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit e22f9d8

Please sign in to comment.