We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9c82ed + 352951b commit 7e6a39aCopy full SHA for 7e6a39a
2 files changed
CHANGES.md
@@ -1,5 +1,9 @@
1
### Releases ###
2
3
+#### v5.4.3 ####
4
+
5
+- Bugfix: Rename string to avoid flawed database upgrade step #668 (thanks @samwitzig)
6
7
#### v5.4.2 ####
8
9
- Bugfix: Fix SQL compatibility in upgrade step #664 (thanks @izendegi, @SimonThornett)
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_zoom';
28
-$plugin->version = 2025071000;
29
-$plugin->release = 'v5.4.2';
+$plugin->version = 2025072100;
+$plugin->release = 'v5.4.3';
30
$plugin->requires = 2019052000;
31
$plugin->maturity = MATURITY_STABLE;
32
$plugin->cron = 0;
0 commit comments