File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log for the embed questions filter
2
2
3
+ ## Changes in 2.3
4
+
5
+ * This version works with Moodle 4.4.
6
+ * Moved deprecated filter.php class to classes/text_filter.php as part of Moodle 4.5 deprecation cleanup,
7
+ retaining support for older Moodle versions.
8
+ * Added a new feature in the embedded question UI that provides students with a link to view a
9
+ summary of their previous attempts.
10
+ * Theme update: staff icons changed from grey to black.
11
+ * Fixes some coding style issues.
12
+
13
+
3
14
## Changes in 2.2
4
15
5
16
* This version works with Moodle 4.0. However, this is a minimal change to make it work.
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
- $ plugin ->version = 2022032900 ;
28
- $ plugin ->requires = 2020061500 ;
27
+ $ plugin ->version = 2025050100 ;
28
+ $ plugin ->requires = 2024042200 ; // Requires Moodle 4.4.
29
29
$ plugin ->component = 'filter_embedquestion ' ;
30
30
$ plugin ->maturity = MATURITY_STABLE ;
31
- $ plugin ->release = '2.2 for Moodle 3.9 + ' ;
31
+ $ plugin ->release = '2.3 for Moodle 4.4 + ' ;
32
32
33
33
$ plugin ->outestssufficient = true ;
You can’t perform that action at this time.
0 commit comments