Skip to content

Commit bd188fa

Browse files
author
Mike Churchward
committed
Necessary fixes for 3.10.
2 parents 999f2cb + b782b33 commit bd188fa

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
addons:
4-
postgresql: "9.5"
4+
postgresql: "9.6"
55

66
services:
77
- mysql

CHANGES.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ Release Notes
33
_NOTE - The 3.9 releases will work on Moodle 3.7, Moodle 3.8, Moodle 3.9, and 3.10.
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-
96
##### Version 3.9.1 (Build - 2020111801)
107
Improvements:
118
* Updates to deprecated unit test functions for 3.10.
@@ -33,4 +30,4 @@ Bug fixes:
3330
* [GHI300](https://github.com/PoetOS/moodle-mod_questionnaire/issues/300): Ensure that close date cannot be earlier than open date.
3431
* [PR304](https://github.com/PoetOS/moodle-mod_questionnaire/pull/304): Restoring regression that removed incomplete responses checkbox.
3532

36-
(see CHANGES.TXT in release 3.8 for earlier changes.)
33+
(see CHANGES.TXT in release 3.8 for earlier changes.)

0 commit comments

Comments
 (0)