Skip to content

Commit

Permalink
release: v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp committed Oct 11, 2024
1 parent 8136026 commit 3a6d043
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Releases ###

#### v5.2.4 ####

- Bugfix: Apply Moodle filters to the Zoom topic and description #615 (thanks @behanw)
- Bugfix: Temporarily use string 'null' when `recording_type` is null #620 (thanks @smangancap)
- Accessibility: Migrate Bootstrap `.label` to `.badge` (Bootstrap 3 -> 4/5) #608 (thanks @sgrandh3)
- Accessibility: Add table headers and IDs to activity details sections and rows #612 (thanks @a-kempka)
- Code quality: Check Moodle 4.4 and PHP 8.3 #611

#### v5.2.3 ####

- Bugfix: Duration language string was incorrectly specifying units #250 (thanks @abias)
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_zoom';
$plugin->version = 2024072500;
$plugin->release = 'v5.2.3';
$plugin->version = 2024101000;
$plugin->release = 'v5.2.4';
$plugin->requires = 2019052000;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 3a6d043

Please sign in to comment.