From a7421e6c2d634f521685f15f70d6922e86a1c5c9 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Thu, 3 Nov 2022 18:02:29 -0400 Subject: [PATCH] release: v4.9.0 --- README.md | 13 +++++++++++++ version.php | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25b1c781..3d998f89 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,19 @@ server is properly synchronized with the time servers. ## Changelog +v4.9.0 + +- Feature: Allow Registration #412 (thanks @paulandm, @haietza, @MoleLR, @lcollong, @louisaoc) + - New settings `zoom/defaultregistration` + - New per activity setting `registration` +- Bugfix: Update meetings task was throwing an exception #421 (thanks @lexxkoto) +- Bugfix: Add missing cache definition language string #408 (thanks @aspark21) +- Bugfix: Use user-level meeting security configuration #408 + - Removed OAuth scope: `account:read:admin` +- Regression: Moodle < 3.4 does not support hideIf() + - Introduced in v3.5 of this plugin while tidying the form UI. + - Minimum required Moodle version officially increased to 3.4. + v4.8.1 - Bugfix: Moodle 4 was displaying the activity description twice #417 (thanks @Laur0r, @haietza) diff --git a/version.php b/version.php index 896b3359..07833b95 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2022102700; -$plugin->release = 'v4.8.1'; -$plugin->requires = 2017051500.00; +$plugin->version = 2022110300; +$plugin->release = 'v4.9.0'; +$plugin->requires = 2017111300; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;