From 1547103bbb81fd61e0b5403b8f9f49514ae7fcab Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Thu, 9 Dec 2021 17:09:01 -0500 Subject: [PATCH] release: v4.3.1 --- README.md | 6 ++++++ version.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ad2f146..03613d68 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/version.php b/version.php index a0221cc3..5b09d0db 100755 --- a/version.php +++ b/version.php @@ -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;