@@ -4,4 +4,35 @@ Release 4.1.0 (Build - 2023081100)
4
4
5
5
Initial release for Moodle 4.1 forward.
6
6
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
+
7
37
(see CHANGES.md in release 4.00 for earlier changes.)
38
+
0 commit comments