diff --git a/CHANGES.md b/CHANGES.md index 4d9d9c57..4e6519ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ### Releases ### +#### v5.2.2 #### + +- Bugfix: Keep recordings even if the API errors #593 (thanks @LGPoly, @mjleblanc) + #### v5.2.1 #### - Bugfix: Set icon size to something reasonable on Moodle 4.3 #581 (thanks @haietza) diff --git a/version.php b/version.php index a41110cc..f3a0bb44 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2024041900; -$plugin->release = 'v5.2.1'; +$plugin->version = 2024050900; +$plugin->release = 'v5.2.2'; $plugin->requires = 2019052000; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;