Skip to content

Commit

Permalink
Release v3.8-r3.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Jan 20, 2020
1 parent 66ebd4a commit eb3fb47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ moodle-quiz_archive
Changes
-------


### Release v3.8-r3

* 2020-01-20 - Corrected an error in the update script in v3.8-r2.

### Release v3.8-r2

* 2020-01-20 - Lowered the quiz archive priority so not to appear as default, which happened in some environements.
2 changes: 1 addition & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function xmldb_quiz_archive_upgrade($oldversion) {
WHERE name = 'archive'";
$DB->execute($updatesql);

upgrade_plugin_savepoint(true, 2020012000, 'auth', 'oauth2');
upgrade_plugin_savepoint(true, 2020012000, 'quiz', 'archive');
}

return true;
Expand Down

0 comments on commit eb3fb47

Please sign in to comment.