Skip to content

Commit 5737edc

Browse files
committed
mod_etherpadlite: update version and changlog
1 parent 34a25fb commit 5737edc

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.3.1
8+
9+
* 2023-11-09 - Fix client construtor #73 (Thank to Daniil Fajnberg)
10+
711
### v4.3
812

913
* 2023-10-15 - Add close button to the etherpad page

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
*/
2727
defined('MOODLE_INTERNAL') || die;
2828

29-
$plugin->version = 2023101500; // The current module version (Date: YYYYMMDDXX).
30-
$plugin->release = 'v4.3 (2023101500)';
29+
$plugin->version = 2023101501; // The current module version (Date: YYYYMMDDXX).
30+
$plugin->release = 'v4.3 (2023110900)';
3131
$plugin->requires = 2022041200;
3232
$plugin->component = 'mod_etherpadlite';
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)