Skip to content

Commit

Permalink
Merge pull request #449 from jrchamp/release/v4.9.2
Browse files Browse the repository at this point in the history
release: v4.9.2
  • Loading branch information
jrchamp authored Jan 13, 2023
2 parents e813300 + 99a3d74 commit 15f1f19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ server is properly synchronized with the time servers.

## Changelog

v4.9.2

- Bugfix: New meetings did not know which user to check for security settings #438 (thanks @haietza)
- Bugfix: Use select field so registration option saves correctly #448 (thanks @paulandm)
- Compatibility: grunt rebuild against Moodle 4.1 #446

v4.9.1

- Regression: Administrators without Zoom account were unable to edit #422 (thanks @juanbrunetmf)
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 = 2022111700;
$plugin->release = 'v4.9.1';
$plugin->version = 2023011200;
$plugin->release = 'v4.9.2';
$plugin->requires = 2017111300;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 15f1f19

Please sign in to comment.