Skip to content

Commit 7e6a39a

Browse files
authored
Merge pull request #669 from jrchamp/release/v5.4.3
release: v5.4.3
2 parents c9c82ed + 352951b commit 7e6a39a

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.3 ####
4+
5+
- Bugfix: Rename string to avoid flawed database upgrade step #668 (thanks @samwitzig)
6+
37
#### v5.4.2 ####
48

59
- Bugfix: Fix SQL compatibility in upgrade step #664 (thanks @izendegi, @SimonThornett)

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 = 2025071000;
29-
$plugin->release = 'v5.4.2';
28+
$plugin->version = 2025072100;
29+
$plugin->release = 'v5.4.3';
3030
$plugin->requires = 2019052000;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->cron = 0;

0 commit comments

Comments
 (0)