diff --git a/README.md b/README.md index 32fb8020..da2fa118 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/version.php b/version.php index 82f8a2ac..8b4428d7 100755 --- a/version.php +++ b/version.php @@ -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;