We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef8755 commit eaf8cb7Copy full SHA for eaf8cb7
2 files changed
CHANGES.md
@@ -1,5 +1,9 @@
1
### Releases ###
2
3
+#### v5.4.5 ####
4
+
5
+- Hardening: Verify zoomid when toggling recording visibility #681
6
7
#### v5.4.4 ####
8
9
- Hardening: Shell arguments should always be escaped #671 (thanks @OshratLuski, @nadavkav)
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_zoom';
28
-$plugin->version = 2025080700;
29
-$plugin->release = 'v5.4.4';
+$plugin->version = 2025101600;
+$plugin->release = 'v5.4.5';
30
$plugin->requires = 2019052000;
31
$plugin->maturity = MATURITY_STABLE;
32
$plugin->cron = 0;
0 commit comments