File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 5.3.4.post0 (2024-10-07)
4
+ - internal: explicitly list Moodle 4.5 as supported in version.php
5
+
6
+ Please note: this is the last version with support for Moodle < 4.1 and PHP < 8.0.
7
+
3
8
### 5.3.4 (2024-10-07)
4
9
- assure compatibility with Moodle 4.5
5
10
Original file line number Diff line number Diff line change 25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
27
$ plugin ->component = 'qtype_formulas ' ;
28
- $ plugin ->version = 2024100700 ;
28
+ $ plugin ->version = 2024100701 ;
29
29
30
30
$ plugin ->cron = 0 ;
31
31
$ plugin ->requires = 2017111300 ;
34
34
'qbehaviour_adaptivemultipart ' => 2014092500 ,
35
35
'qtype_multichoice ' => 2015111600 ,
36
36
);
37
- $ plugin ->supported = [39 , 404 ];
38
- $ plugin ->release = '5.3.4 for Moodle 3.9+ ' ;
37
+ $ plugin ->supported = [39 , 405 ];
38
+ $ plugin ->release = '5.3.4.post0 for Moodle 3.9+ ' ;
39
39
40
40
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments