Skip to content

Commit

Permalink
Merge pull request #329 from jrchamp/release/v4.2
Browse files Browse the repository at this point in the history
release: v4.2
  • Loading branch information
jrchamp authored Nov 11, 2021
2 parents 2136ce8 + 6ee0b9d commit 339cba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ server is properly synchronized with the time servers.

## Changelog

v4.2

- Add support for Zoom Tracking Fields #308 (thanks @haietza, @porcospino)
- Send plaintext version of Moodle intro to Zoom #290 (thanks @Ottendahl, @abias, @yanus for reporting)
- Note: To avoid losing Moodle's rich text, we no longer synchronize Zoom's topic back to Moodle.
- Reduce zoom_refresh_events overreach; fix 'quick edit' issue #320 (thanks @alina-kiz, @jwalits for testing)
- Add error handling and improve consistency in Zoom activity restore #328 (thanks @jonof)

v4.1.3

- Always use a fresh copy of start_url #316 (thanks @ShilVita for reporting)
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->component = 'mod_zoom';
$plugin->version = 2021111100;
$plugin->release = 'v4.1.3';
$plugin->release = 'v4.2';
$plugin->requires = 2017051500.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 339cba8

Please sign in to comment.