From ebf7d2663ccc1161c369ccc01bcb3cabaa696102 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Tue, 13 Jul 2021 10:49:53 -0400 Subject: [PATCH 1/2] release: Changelog for v3.8 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 62d405ef..ee78e944 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ server is properly synchronized with the time servers. ## Changelog +v3.8 + +- Add support for Ionic 5 #269 (thanks @dpalou) +- Improve update_meetings scheduled task #263 (thanks @abias) +- Re-enable mustache continuous integration #276 +- Treat alternative hosts as a possible host #275 +- Update `exists_on_zoom` consistently #273 (thanks @abias for reporting) +- Update `timemodified` only when needed #279 (thanks @abias for reporting) +- Fix meeting invitation issues #267, #274 (thanks @abias, @nstefanski, @andrewmadden for feedback) + v3.7 - Allow administrators to selectively remove Meeting Invitation details #235 (thanks @andrewmadden) From 87247917de2e7caa1132ad86e9912f4319825366 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Tue, 13 Jul 2021 10:58:04 -0400 Subject: [PATCH 2/2] release: version v3.8 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 52c9f0e7..f7d65fe8 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2021041300; -$plugin->release = 'v3.7'; +$plugin->version = 2021071300; +$plugin->release = 'v3.8'; $plugin->requires = 2017051500.00; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;