Skip to content

Commit

Permalink
prepare version 1.0.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof authored Aug 8, 2024
1 parent 46e2f27 commit 41b10c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.2 (2024-08-08)

- bugfix: avoid corruption of ZIP file in case of errors
- improvement: in case of an error, include detailed message in ZIP file
- internal: add test with empty response to essay question

### 1.0.1 (2024-04-26)

- bugfix: download button was not working properly
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

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

$plugin->version = 2024042600;
$plugin->version = 2024080800;
$plugin->requires = 2022112800;
$plugin->component = 'quiz_essaydownload';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.0.1';
$plugin->release = '1.0.2';

0 comments on commit 41b10c4

Please sign in to comment.