From 9cb3352668c6786e30232e2471d36d5621c5c152 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Thu, 4 Aug 2022 11:47:45 -0400 Subject: [PATCH] release: v4.6.1 --- README.md | 5 +++++ version.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20220e0f..6d47bd47 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ server is properly synchronized with the time servers. ## Changelog +v4.6.1 + +- Bugfix: Avoid JavaScript error when 'Show More' button does not exist #392 (thanks @mwithheld) +- Bugfix: Add missing privacy coverage for breakout rooms; fix privacy data deletion #395 (thanks @hdagheda) + v4.6.0 - Feature: Pre-assign Breakout Rooms #371 (thanks @annouarf, @levemar, University of Montreal, @mhughes2k) diff --git a/version.php b/version.php index 8d715a3a..a13d5530 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2022071500; -$plugin->release = 'v4.6.0'; +$plugin->version = 2022080400; +$plugin->release = 'v4.6.1'; $plugin->requires = 2017051500.00; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;