Skip to content

Commit

Permalink
Merge pull request #400 from jrchamp/release/v4.6.2
Browse files Browse the repository at this point in the history
release: v4.6.2
  • Loading branch information
jrchamp authored Aug 19, 2022
2 parents b284767 + 5a9fa2e commit 1a0634f
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.6.2

- Regression: Rename mustache templates for backward compatibility #398 (thanks @PhilipBeacon)
- Introduced in v4.6.0 by new mustache templates in sub-directories (a Moodle 3.8 feature).
- Bugfix: Recognize the Webinar capabilities of a Zoom Events license #338 (thanks @dottbarbieri)
- Bugfix: Avoid PHP Warning when restoring Zoom activities without breakout room data #399

v4.6.1

- Bugfix: Avoid JavaScript error when 'Show More' button does not exist #392 (thanks @mwithheld)
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 = 2022080400;
$plugin->release = 'v4.6.1';
$plugin->version = 2022081800;
$plugin->release = 'v4.6.2';
$plugin->requires = 2017051500.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 1a0634f

Please sign in to comment.