From 6d405fecd2b315d040c34acb10543a56af5a02b9 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Thu, 22 Sep 2022 15:16:52 -0400 Subject: [PATCH] release: v4.7.0 --- README.md | 13 ++++++++++--- version.php | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b64a8575..90bea763 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Intro -Zoom is the web and app based video conferencing service (http://zoom.us). This +[Zoom](https://zoom.us) is a web- and app-based video conferencing service. This plugin offers tight integration with Moodle, supporting meeting creation, -synchronization, grading, and backup/restore. +synchronization, grading and backup/restore. -# Prerequisites +## Prerequisites This plugin is designed for Educational or Business Zoom accounts. @@ -32,6 +32,13 @@ server is properly synchronized with the time servers. ## Changelog +v4.7.0 + +- Feature: Allow automatic recording #390 (thanks @aduranterres, @lcollong) + - New settings `zoom/recordingoption`, `zoom/allowrecordingchangeoption` + - New per activity setting `option_auto_recording` +- Performance: Static caching of repeated API calls #402 (thanks @aduranterres) + v4.6.2 - Regression: Rename mustache templates for backward compatibility #398 (thanks @PhilipBeacon) diff --git a/version.php b/version.php index 0a50a850..0900ed3d 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2022082500; -$plugin->release = 'v4.6.2'; +$plugin->version = 2022092200; +$plugin->release = 'v4.7.0'; $plugin->requires = 2017051500.00; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;