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