Skip to content

Commit 925e821

Browse files
committed
Setting 4.0 beta.
1 parent ec9c796 commit 925e821

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

CHANGES.md

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

3-
Version 3.11.1 (Build - 2022062300)
3+
Version 4.0.0 Beta (Build - 2022030400)
44

5-
Improvements:
6-
* Only show the "do not use thousands separator" on numeric question when relevant.
7-
8-
Version 3.11.0 (Build - 2022030400)
9-
10-
Improvements:
11-
* This release will run on Moodle 4.0. Future changes will be required to improve the nav. for Moodle 4.
12-
13-
(see CHANGES.md in release 3.10 for earlier changes.)
5+
(see CHANGES.md in release 3.11 for earlier changes.)

version.php

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

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

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

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

33-
$plugin->release = '3.11.1 (Build - 2022062300)';
34-
$plugin->maturity = MATURITY_STABLE;
33+
$plugin->release = '4.0.0 (Build - 2022030300)';
34+
$plugin->maturity = MATURITY_BETA;

0 commit comments

Comments
 (0)