Skip to content

Commit dce5168

Browse files
author
Andreas Grabs
committed
mod_etherpadlite: increase version and update changelog
1 parent 83dcfe7 commit dce5168

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ moodle-mod_etherpadlite
44
Changes
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)

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
defined('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;

0 commit comments

Comments
 (0)