File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### Releases ###
22
3+ #### v5.5.0 ####
4+
5+ - Feature: Add generator for Behat tests #687 (thanks @armccoy )
6+ - Bugfix: Fix duplicate string syntax with recording messages #695 (thanks @jrchamp )
7+ - Bugfix: Change from legacy to archetypes for capability types in access file #694 (thanks @jrchamp )
8+ - Bugfix: Prioritize Moodle capabilities over assumed access of hosts #703 (thanks @jrchamp )
9+ - Removed string ` mod_zoom/start_meeting `
10+ - Bugfix: Role switching now properly uses capabilities instead of assuming hosts have all access #697 (thanks @cbounphengsy )
11+ - Feature: Added setting for pre-assigned breakout rooms #699 (thanks @cbounphengsy )
12+ - New setting ` zoom/preassignbreakoutrooms `
13+ - New string ` mod_zoom/setting_breakoutroom `
14+ - New string ` mod_zoom/setting_breakoutroom_help `
15+ - Bugfix: Remove debug message from admin settings page #705 (thanks @karenliulll )
16+ - CI: Only use requested images; enable opcache #706 (thanks @jrchamp )
17+ - Bugfix: Use ESM format for form.js and add Bootstrap 5 support #701 (thanks @jrchamp )
18+ - Bugfix: Call grade reset when Zoom reset userdata is checked #700 (thanks @smbader )
19+ - Bugfix: Only notify active enrollments of iCal events #708 (thanks @paulandm )
20+ - Hardening: Provide more context with get_recording_url_list #709 (thanks @jrchamp )
21+ - Bugfix: configuration setting moved from generator to Behat feature file #710 (thanks @jrchamp )
22+ - Feature: Update module language string for 5.2 support #711 (thanks @jrchamp )
23+ - New string ` mod_zoom/modulename_summary `
24+ - New string ` mod_zoom/modulename_tip `
25+
326#### v5.4.5 ####
427
528- Bugfix: Case-insensitive comparisons for alternative host emails #677
Original file line number Diff line number Diff line change 2525defined ('MOODLE_INTERNAL ' ) || die ();
2626
2727$ plugin ->component = 'mod_zoom ' ;
28- $ plugin ->version = 2025101600 ;
29- $ plugin ->release = 'v5.4.5 ' ;
28+ $ plugin ->version = 2026041600 ;
29+ $ plugin ->release = 'v5.5.0 ' ;
3030$ plugin ->requires = 2019052000 ;
3131$ plugin ->maturity = MATURITY_STABLE ;
3232$ plugin ->cron = 0 ;
You can’t perform that action at this time.
0 commit comments