Skip to content

Commit

Permalink
Merge pull request #405 from jrchamp/release/v4.7.0
Browse files Browse the repository at this point in the history
release: v4.7.0
  • Loading branch information
jrchamp authored Sep 23, 2022
2 parents adce5e2 + 6d405fe commit 17d99b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)
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 = 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;

0 comments on commit 17d99b6

Please sign in to comment.