Skip to content

Commit 2f1e5a8

Browse files
authored
Merge pull request ncstate-delta#712 from ncstate-delta/release/v5.5.0
release: v5.5.0
2 parents 6f3e38b + ab22b54 commit 2f1e5a8

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

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 = 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;

0 commit comments

Comments
 (0)