Skip to content

Commit

Permalink
release: v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp committed Nov 10, 2023
1 parent ff3f119 commit 2e83181
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 @@ -53,6 +53,14 @@ server is properly synchronized with the time servers.

## Changelog

v5.1.2

- Bugfix: Skip redundant calendar permissions check #535 (thanks @danowar2k)
- Bugfix: Initialize scopes from cache to avoid TypeError #542 (thanks @foxlapinou)
- Regression: Restore exceptions were not being caught #537
- Introduced in v5.1.1 when moving classes into namespaces.
- Code quality: Void test return types in moodle-cs v3.3.10 #536

v5.1.1

- Bugfix: Get all meeting recordings, not just the last occurrence #517 (thanks @LGPoly)
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 = 2023101900;
$plugin->release = 'v5.1.1';
$plugin->version = 2023111000;
$plugin->release = 'v5.1.2';
$plugin->requires = 2019052000;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 2e83181

Please sign in to comment.