From 3a6d043dc5157994238aad66068b0fec7ae77795 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Fri, 11 Oct 2024 14:06:47 -0400 Subject: [PATCH] release: v5.2.4 --- CHANGES.md | 8 ++++++++ version.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9eb8acb8..721bf055 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/version.php b/version.php index 4f2aa3db..df45a00a 100755 --- a/version.php +++ b/version.php @@ -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;