Skip to content

Commit 0a5b0a6

Browse files
committed
Setting up 4.0.1 release.
1 parent 0aa45f1 commit 0a5b0a6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release Notes
22

3-
Version 4.0.0 (Build - 2023030700)
3+
Release 4.0.1 (Build - 2023051600)
4+
5+
Improvements:
6+
7+
* Moodle 4.2 compatibility:
8+
** removed event functions fully deprecated in 4.2.
9+
** added Moodle 4.2 and PHP 8.1 to CI checks.
10+
11+
Release 4.0.0 (Build - 2023030700)
412

513
Bug fixes:
614

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 = 2022092201; // The current module version (Date: YYYYMMDDXX).
28+
$plugin->version = 2022092202; // The current module version (Date: YYYYMMDDXX).
2929
$plugin->requires = 2022030300; // Moodle version (4.0).
3030

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

33-
$plugin->release = '4.0.0 (Build - 2023030700)';
33+
$plugin->release = '4.0.1 (Build - 2023051600)';
3434
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)