File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- php : ['8.1 ']
12- moodle-branch : ['MOODLE_402_STABLE ']
11+ php : ['8.3 ']
12+ moodle-branch : ['MOODLE_405_STABLE ']
1313 database : ['pgsql']
1414
1515 steps :
Original file line number Diff line number Diff line change 1+ CHANGELOG
2+ =========
3+
4+ v4.5-r1 (2025-03-06)
5+ ------------------
6+ * Moodle 4.5 compatible version
Original file line number Diff line number Diff line change 2525defined ('MOODLE_INTERNAL ' ) || die ();
2626
2727$ plugin ->component = 'mod_collaborativefolders ' ;
28- $ plugin ->version = 2023050200 ;
29- $ plugin ->release = 'v4.2 -r1 ' ;
30- $ plugin ->requires = 2020061500 ; // Requires Moodle 3.9 +.
28+ $ plugin ->version = 2025030600 ;
29+ $ plugin ->release = 'v4.5 -r1 ' ;
30+ $ plugin ->requires = 2024100700 ; // Requires Moodle 4.5 +.
3131$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments