Skip to content

Commit

Permalink
Merge pull request #419 from jrchamp/release/v4.8.1
Browse files Browse the repository at this point in the history
release: v4.8.1
  • Loading branch information
jrchamp authored Oct 24, 2022
2 parents 0bd41f3 + 1837f58 commit 8d6a473
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ server is properly synchronized with the time servers.

## Changelog

v4.8.1

- Bugfix: Moodle 4 was displaying the activity description twice #417 (thanks @Laur0r, @haietza)
- Bugfix: Avoid HTTP/2 error when using Server-to-Server OAuth #418 (thanks @phette23)

v4.8.0

- Feature: Support Server-to-Server OAuth app #387 (thanks @haietza, @mhughes2k)
Expand All @@ -84,6 +89,7 @@ v4.7.0
- Feature: Allow automatic recording #390 (thanks @aduranterres, @lcollong)
- New settings `zoom/recordingoption`, `zoom/allowrecordingchangeoption`
- New per activity setting `option_auto_recording`
- Known issue: Causes pre-existing events to turn off automatic recording when edited.
- Performance: Static caching of repeated API calls #402 (thanks @aduranterres)

v4.6.2
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 = 2022092900;
$plugin->release = 'v4.8.0';
$plugin->version = 2022102000;
$plugin->release = 'v4.8.1';
$plugin->requires = 2017051500.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 8d6a473

Please sign in to comment.