Skip to content

Commit

Permalink
Merge pull request #384 from jrchamp/release/v4.5.2
Browse files Browse the repository at this point in the history
release: v4.5.2
  • Loading branch information
jrchamp authored May 20, 2022
2 parents 4256ebc + 4622d66 commit 84663e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 84663e0

Please sign in to comment.