Skip to content

Commit 0d0090c

Browse files
author
Mike Churchward
committed
Some maintenance.
1 parent dae00b4 commit 0d0090c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Release Notes
33
_NOTE - The 3.9 releases will only work on Moodle 3.7, Moodle 3.8, and Moodle 3.9.
44
The 3.5 releases will work on Moodle 3.7, 3.6, 3.5, 3.4 and 3.3._
55

6+
Contributers to this release include The Open University, Joost van der Borg, Tien Nguyen, Luca Bösch, Simon Oulevay
7+
and Adrian Perez.
8+
69
##### Version 3.9.0 (Build - 2020062300)
710
Improvements:
811

@@ -15,7 +18,7 @@ Improvements:
1518
* [PR284](https://github.com/PoetOS/moodle-mod_questionnaire/pull/284): Adding support for multilanguage in choice options.
1619
* [PR285](https://github.com/PoetOS/moodle-mod_questionnaire/pull/285): Allow multilanguage options to be displayed correctly in conditions.
1720
* [PR211](https://github.com/PoetOS/moodle-mod_questionnaire/pull/211): Improve upgrade step 2018050102.
18-
21+
* [PR306](https://github.com/PoetOS/moodle-mod_questionnaire/pull/306): Save page responses on next and prev buttons.
1922

2023
Bug fixes:
2124

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->version = 2020062301; // The current module version (Date: YYYYMMDDXX)
28-
$plugin->requires = 2019052006; // Moodle version (3.7).
28+
$plugin->requires = 2019052000; // Moodle version (3.7).
2929

3030
$plugin->component = 'mod_questionnaire';
3131

0 commit comments

Comments
 (0)