File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ moodle-tool_coursedates
44Changes
55-------
66
7+ ### Unreleased
8+
9+ * 2025-10-26 - Prepare compatibility for Moodle 5.1.
10+
711### v5.0-r2
812
913* 2025-10-15 - Make codechecker happy again
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Moodle admin tool plugin which allows managers to set and overwrite custom cours
99Requirements
1010------------
1111
12- This plugin requires Moodle 5.0 +
12+ This plugin requires Moodle 5.1 +
1313
1414
1515Motivation for this plugin
Original file line number Diff line number Diff line change 2727$ plugin ->component = 'tool_coursefields ' ;
2828$ plugin ->version = 2025041401 ;
2929$ plugin ->release = 'v5.0-r2 ' ;
30- $ plugin ->requires = 2025041400 ;
31- $ plugin ->supported = [500 , 500 ];
30+ $ plugin ->requires = 2025100600 ;
31+ $ plugin ->supported = [501 , 501 ];
3232$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments