Skip to content

Commit a6a32ad

Browse files
committed
Setting up release 3.11.1.
1 parent 124f044 commit a6a32ad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Release Notes
22

3+
Version 3.11.1 (Build - 2022062300)
4+
5+
Improvements:
6+
* Only show the "do not use thousands separator" on numeric question when relevant.
7+
38
Version 3.11.0 (Build - 2022030400)
49

510
Improvements:

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

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

28-
$plugin->version = 2021062300; // The current module version (Date: YYYYMMDDXX)
28+
$plugin->version = 2021062301; // The current module version (Date: YYYYMMDDXX)
2929
$plugin->requires = 2020061500; // Moodle version (3.9).
3030

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

33-
$plugin->release = '3.11.0 (Build - 2022030400)';
33+
$plugin->release = '3.11.1 (Build - 2022062300)';
3434
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)