Skip to content

Commit

Permalink
Merge pull request #410 from jrchamp/release/v4.8.0
Browse files Browse the repository at this point in the history
release: v4.8.0
  • Loading branch information
jrchamp authored Sep 29, 2022
2 parents 799bef8 + 2a237ff commit faf390d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ server is properly synchronized with the time servers.

## Changelog

v4.8.0

- Feature: Support Server-to-Server OAuth app #387 (thanks @haietza, @mhughes2k)
- New settings `zoom/accountid`, `zoom/clientid`, `zoom/clientsecret`
- Reminder: You must [switch from JWT to Server-to-Server OAuth by June 2023](https://marketplace.zoom.us/docs/guides/build/jwt-app/jwt-faq/).
- Regression: Locked settings were not being applied #407 (thanks @krab-stik)
- Introduced in v4.7.0 while adding support for automatic recording.

v4.7.0

- Feature: Allow automatic recording #390 (thanks @aduranterres, @lcollong)
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 = 2022092200;
$plugin->release = 'v4.7.0';
$plugin->version = 2022092900;
$plugin->release = 'v4.8.0';
$plugin->requires = 2017051500.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit faf390d

Please sign in to comment.