File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ moodle-mod_etherpadlite
44Changes
55-------
66
7+ ### v4.2-r5
8+
9+ * 2023-05-10 - Added provider.php to pass test (Thanks to Karl Michael Reyes from Catalyst IT Canada LTD)
10+
711### v4.2-r4
812
913* 2023-06-12 - add new settings to adjust CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT (Thanks to Vincent Schneider)
Original file line number Diff line number Diff line change 2727
2828defined ('MOODLE_INTERNAL ' ) || die ();
2929
30- $ plugin ->version = 2023061200 ; // The current module version (Date: YYYYMMDDXX).
31- $ plugin ->release = 'v4.2-r4 (2023-06-12 ) ' ;
30+ $ plugin ->version = 2023072700 ; // The current module version (Date: YYYYMMDDXX).
31+ $ plugin ->release = 'v4.2-r5 (2023-07-27 ) ' ;
3232$ plugin ->requires = 2022041200 ;
3333$ plugin ->component = 'mod_etherpadlite ' ;
3434$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments