Skip to content

Commit

Permalink
Setting up 3.10.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed Aug 4, 2021
1 parent 09f42b7 commit 7a9b599
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
moodle-branch: 'MOODLE_311_STABLE'
database: 'pgsql'
node: '14.15.0'
- php: '7.3'
moodle-branch: 'MOODLE_310_STABLE'
- php: '7.2'
moodle-branch: 'MOODLE_39_STABLE'
database: 'pgsql'
node: '14.15.0'

Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Release Notes
_NOTE - The 3.10 releases will only work on Moodle 3.7, Moodle 3.8, Moodle 3.9, and Moodle 3.10.
The 3.5 releases will work on Moodle 3.7, 3.6, 3.5, 3.4 and 3.3._

##### Version 3.10.1 (Build - 2021080400)
Bug fixes:
* GHI353 Ensuring clean text on new and existing essay questions.
* GHI319 Fixing question preview display.
* GHP321 Added CSS rule to styles.css to enable horizontal and vertical resize.
* GHI351 Ignore deleted questions but continue loop over remaining responses.

##### Version 3.10.0 (Build - 2020111100)
Improvements:
* Setup for 3.11 compliance as well.
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

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

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

$plugin->component = 'mod_questionnaire';

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

0 comments on commit 7a9b599

Please sign in to comment.