Skip to content

Commit

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

## Changelog

v5.1.4

- Bugfix: Avoid breaking completion defaults form in Moodle 4.3 #555 (thanks @opitz)
- Regression: 'Use' missing classes required for Moodle app #554 (thanks ramprakash k)
- Introduced in v5.1.1 when moving classes into namespaces.

v5.1.3

- Bugfix: Allow editing a past Zoom meeting without changing the time #545 (thanks @davefoord, @tlock)
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 = 2023113000;
$plugin->release = 'v5.1.3';
$plugin->version = 2023121400;
$plugin->release = 'v5.1.4';
$plugin->requires = 2019052000;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit f7cb2ba

Please sign in to comment.