File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
include :
12
+ - php : ' 8.3'
13
+ moodle-branch : ' MOODLE_500_STABLE'
14
+ database : ' mariadb'
12
15
- php : ' 8.3'
13
16
moodle-branch : ' MOODLE_405_STABLE'
14
17
database : ' mariadb'
Original file line number Diff line number Diff line change 1
1
# CHANGE HISTORY
2
2
3
+ ### 04 April 2025, 5.7.0
4
+
5
+ * Change version number to 5.7.0 after merging from development as there is significant extra functionality.
6
+
3
7
### 13 April 2025, 5.6.4
4
8
5
9
* Address issue #249 : "Implement changes made necessary by the fix for MDL-83541". After that fix, all CodeRunner questions
Original file line number Diff line number Diff line change 22
22
23
23
defined ('MOODLE_INTERNAL ' ) || die ();
24
24
25
- $ plugin ->version = 2025041300 ;
25
+ $ plugin ->version = 2025050400 ;
26
26
$ plugin ->requires = 2023100900 ; // Moodle 4.3.0 or later.
27
27
$ plugin ->cron = 0 ;
28
28
$ plugin ->component = 'qtype_coderunner ' ;
29
29
$ plugin ->maturity = MATURITY_STABLE ;
30
- $ plugin ->release = '5.6.4 ' ;
30
+ $ plugin ->release = '5.7.0 ' ;
31
31
32
32
$ plugin ->dependencies = [
33
33
'qbehaviour_adaptive_adapted_for_coderunner ' => 2024041800 ,
You can’t perform that action at this time.
0 commit comments