Skip to content

Commit

Permalink
Merge pull request #343 from jrchamp/release/v4.3.1
Browse files Browse the repository at this point in the history
release: v4.3.1
  • Loading branch information
jrchamp authored Dec 10, 2021
2 parents 8be85de + 1547103 commit 66c5167
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 @@ -32,6 +32,12 @@ server is properly synchronized with the time servers.

## Changelog

v4.3.1

- Fix database schema alignment and associated code #335 (thanks @TomoTsuyuki)
- Run "Update Meetings" task once per day by default #342 (thanks @deraadt for reporting)
- Note: You may need to manually adjust your task schedule on existing installs.

v4.3

- Add support for Zoom Cloud Recordings #292 (thanks @jwalits, @nstefanski, @abias, ETH Zürich)
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 = 2021112900;
$plugin->release = 'v4.3';
$plugin->version = 2021120900;
$plugin->release = 'v4.3.1';
$plugin->requires = 2017051500.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 66c5167

Please sign in to comment.