From 8eaff4b0177429c3e5de09e603e62fad20705b4e Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Thu, 9 May 2024 18:04:22 -0400 Subject: [PATCH] release: v5.2.2 --- CHANGES.md | 4 ++++ version.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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;