We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a25fb commit 5737edcCopy full SHA for 5737edc
CHANGES.md
@@ -4,6 +4,10 @@ moodle-mod_etherpadlite
4
Changes
5
-------
6
7
+### v4.3.1
8
+
9
+* 2023-11-09 - Fix client construtor #73 (Thank to Daniil Fajnberg)
10
11
### v4.3
12
13
* 2023-10-15 - Add close button to the etherpad page
version.php
@@ -26,8 +26,8 @@
26
*/
27
defined('MOODLE_INTERNAL') || die;
28
29
-$plugin->version = 2023101500; // The current module version (Date: YYYYMMDDXX).
30
-$plugin->release = 'v4.3 (2023101500)';
+$plugin->version = 2023101501; // The current module version (Date: YYYYMMDDXX).
+$plugin->release = 'v4.3 (2023110900)';
31
$plugin->requires = 2022041200;
32
$plugin->component = 'mod_etherpadlite';
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments