From ab22b5450fc63c631673f16ae0bb9a00d3947455 Mon Sep 17 00:00:00 2001 From: Steve Bader Date: Thu, 16 Apr 2026 11:32:10 -0400 Subject: [PATCH] release: v5.5.0 --- CHANGES.md | 23 +++++++++++++++++++++++ version.php | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e02b4f48..b49bab51 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,28 @@ ### Releases ### +#### v5.5.0 #### + +- Feature: Add generator for Behat tests #687 (thanks @armccoy) +- Bugfix: Fix duplicate string syntax with recording messages #695 (thanks @jrchamp) +- Bugfix: Change from legacy to archetypes for capability types in access file #694 (thanks @jrchamp) +- Bugfix: Prioritize Moodle capabilities over assumed access of hosts #703 (thanks @jrchamp) + - Removed string `mod_zoom/start_meeting` +- Bugfix: Role switching now properly uses capabilities instead of assuming hosts have all access #697 (thanks @cbounphengsy) +- Feature: Added setting for pre-assigned breakout rooms #699 (thanks @cbounphengsy) + - New setting `zoom/preassignbreakoutrooms` + - New string `mod_zoom/setting_breakoutroom` + - New string `mod_zoom/setting_breakoutroom_help` +- Bugfix: Remove debug message from admin settings page #705 (thanks @karenliulll) +- CI: Only use requested images; enable opcache #706 (thanks @jrchamp) +- Bugfix: Use ESM format for form.js and add Bootstrap 5 support #701 (thanks @jrchamp) +- Bugfix: Call grade reset when Zoom reset userdata is checked #700 (thanks @smbader) +- Bugfix: Only notify active enrollments of iCal events #708 (thanks @paulandm) +- Hardening: Provide more context with get_recording_url_list #709 (thanks @jrchamp) +- Bugfix: configuration setting moved from generator to Behat feature file #710 (thanks @jrchamp) +- Feature: Update module language string for 5.2 support #711 (thanks @jrchamp) + - New string `mod_zoom/modulename_summary` + - New string `mod_zoom/modulename_tip` + #### v5.4.5 #### - Bugfix: Case-insensitive comparisons for alternative host emails #677 diff --git a/version.php b/version.php index 8eb85acd..65a50256 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2025101600; -$plugin->release = 'v5.4.5'; +$plugin->version = 2026041600; +$plugin->release = 'v5.5.0'; $plugin->requires = 2019052000; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;