Skip to content

Commit eaf8cb7

Browse files
committed
release: v5.4.5
1 parent 5ef8755 commit eaf8cb7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Releases ###
22

3+
#### v5.4.5 ####
4+
5+
- Hardening: Verify zoomid when toggling recording visibility #681
6+
37
#### v5.4.4 ####
48

59
- Hardening: Shell arguments should always be escaped #671 (thanks @OshratLuski, @nadavkav)

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_zoom';
28-
$plugin->version = 2025080700;
29-
$plugin->release = 'v5.4.4';
28+
$plugin->version = 2025101600;
29+
$plugin->release = 'v5.4.5';
3030
$plugin->requires = 2019052000;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->cron = 0;

0 commit comments

Comments
 (0)