Skip to content

Commit b9f5a7c

Browse files
committed
Setting up release 4.1.1.
1 parent 25e1d8f commit b9f5a7c

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGES.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,35 @@ Release 4.1.0 (Build - 2023081100)
44

55
Initial release for Moodle 4.1 forward.
66

7+
Release 4.1.1 (Build - 2024082900)
8+
9+
Improvements:
10+
* Compatible with Moodle 4.3 and 4.4.
11+
* Compatible with PHP8.2.
12+
* PR449 - Allow localized answer options to be displayed correctly in conditions.
13+
* PR506 - Accessibility: improved accessibility for essay box type.
14+
* PR495 - Accessibility: The slider values should be associated with the labels and the slider should be programmatically associated with the question
15+
* PR497 - Accessibility: Rate table does not have a programmatically associated caption.
16+
* PR496 - Accessibility: Numeric instructions not programmatically associated with field.
17+
* PR505 - Accessibility: Rate form controls within the table are not accessible.
18+
* PR501 - Accessibility: Check boxes missing group label.
19+
* PR511 - Accessibility: Radio buttons & Yes/No missing group labels.
20+
* PR517 - Mobile: Update sectiontext questions to display on mobile.
21+
* PR520 - Add Slider question type compatibility with Feedback features.
22+
* PR526 - Have additional info text pass through filters everywhere fixes.
23+
* PR534 - Fix namespace issues with externallib.php file.
24+
* PR536 - Support for user identity fields in Download Responses.
25+
* PR577 - Improved headings in report page.
26+
* PR581 - Mobile: Adapt mobile code to ionic 7.
27+
* PR569 - Adopt icon size to 24×24 with a smaller content as other icons.
28+
* PR586, PR579, PR594 - Various deprecations fixed.
29+
* PR593 - Ensure "pdf" extension force.
30+
31+
Bug Fixes:
32+
* PR508 - General PHP fixes.
33+
* PR523 - Behat activity completion fix.
34+
* PR514 - Section text qtype should not support feedback.
35+
* PR516 - Course description displays properly.
36+
737
(see CHANGES.md in release 4.00 for earlier changes.)
38+

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 = 2022121600.02; // The current module version (Date: YYYYMMDDXX).
28+
$plugin->version = 2022121601; // The current module version (Date: YYYYMMDDXX).
2929
$plugin->requires = 2022112800.00; // Moodle version (4.1.0).
3030

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

33-
$plugin->release = '4.1.0 (Build - 2023081100)';
33+
$plugin->release = '4.1.1 (Build - 2024082900)';
3434
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)