File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ moodle-mod_etherpadlite
44Changes
55-------
66
7+ ### v5.0
8+ * Tint monologo icon with dark grey as standard, resolves (#77 )
9+ * adjust code for Moodle 5.0 using Bootstrap 5.3
10+
711### v4.4
812
913* 2024-07-10 - Requires now Moodle 4.4
Original file line number Diff line number Diff line change 2626 */
2727defined ('MOODLE_INTERNAL ' ) || die;
2828
29- $ plugin ->version = 2024071000 ; // The current module version (Date: YYYYMMDDXX).
30- $ plugin ->release = 'v4.4 (2024071000 ) ' ;
31- $ plugin ->requires = 2024041600 ;
29+ $ plugin ->version = 2025041500 ; // The current module version (Date: YYYYMMDDXX).
30+ $ plugin ->release = 'v5.0 (2025041500 ) ' ;
31+ $ plugin ->requires = 2025040800 ;
3232$ plugin ->component = 'mod_etherpadlite ' ;
3333$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments