diff --git a/README.md b/README.md index e80b365c..ecd6584c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ server is properly synchronized with the time servers. ## Changelog +v4.5.2 + +- Regression: Avoid requiring paid accounts for meeting default settings #383 (thanks @nstefanski, @nickchen, @valeriy67, @obook) + - Introduced in v3.5 to determine passcode requirements. +- Bugfix: Allow course restore to complete even when Zoom is not fully configured #378 +- Code quality: Require PHPUnit to pass without warnings #379 + v4.5.1 - Regression: Fix Zoom activity icon visibility #375 (thanks @foxlapinou) diff --git a/version.php b/version.php index 479f07a5..a10798cb 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2022042900; -$plugin->release = 'v4.5.1'; +$plugin->version = 2022051900; +$plugin->release = 'v4.5.2'; $plugin->requires = 2017051500.00; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;