Skip to content

Commit 7a9b599

Browse files
committed
Setting up 3.10.1 release.
1 parent 09f42b7 commit 7a9b599

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
moodle-branch: 'MOODLE_311_STABLE'
2121
database: 'pgsql'
2222
node: '14.15.0'
23-
- php: '7.3'
24-
moodle-branch: 'MOODLE_310_STABLE'
23+
- php: '7.2'
24+
moodle-branch: 'MOODLE_39_STABLE'
2525
database: 'pgsql'
2626
node: '14.15.0'
2727

CHANGES.md

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

6+
##### Version 3.10.1 (Build - 2021080400)
7+
Bug fixes:
8+
* GHI353 Ensuring clean text on new and existing essay questions.
9+
* GHI319 Fixing question preview display.
10+
* GHP321 Added CSS rule to styles.css to enable horizontal and vertical resize.
11+
* GHI351 Ignore deleted questions but continue loop over remaining responses.
12+
613
##### Version 3.10.0 (Build - 2020111100)
714
Improvements:
815
* Setup for 3.11 compliance as well.

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

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

27-
$plugin->version = 2020111100; // The current module version (Date: YYYYMMDDXX).
28-
$plugin->requires = 2020110900; // Moodle version (3.10).
27+
$plugin->version = 2020111101; // The current module version (Date: YYYYMMDDXX).
28+
$plugin->requires = 2020061500; // Moodle version (3.9).
2929

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

32-
$plugin->release = '3.10.0 (Build - 2020111801)';
32+
$plugin->release = '3.10.1 (Build - 2021080400)';
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)