Skip to content

Commit

Permalink
Merge pull request #549 from jrchamp/release/v5.1.3
Browse files Browse the repository at this point in the history
release: v5.1.3
  • Loading branch information
jrchamp authored Dec 1, 2023
2 parents 7baf3c2 + 8d717ab commit d4db341
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ server is properly synchronized with the time servers.

## Changelog

v5.1.3

- Bugfix: Allow editing a past Zoom meeting without changing the time #545 (thanks @davefoord, @tlock)
- Bugfix: Remove unused start_url field from the database #546 (thanks @ShilVita)
- Regression: "Recurring No Time" admin setting was defaulting to "Daily" #544 (thanks @easegill)
- Introduced in v4.9.0 when adding support for meeting registration.

v5.1.2

- Bugfix: Skip redundant calendar permissions check #535 (thanks @danowar2k)
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 = 2023111600;
$plugin->release = 'v5.1.2';
$plugin->version = 2023113000;
$plugin->release = 'v5.1.3';
$plugin->requires = 2019052000;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit d4db341

Please sign in to comment.