diff --git a/CHANGES.md b/CHANGES.md index 721bf055..3d345253 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ ### Releases ### +#### v5.2.5 #### + +- Bugfix: Validation for registration #622 (thanks @paulandm) +- Code quality: Check Moodle 4.5; skip Moodle 4.2 #631 +- Code quality: Remove legacy reference to local_mobile service #632 + #### v5.2.4 #### - Bugfix: Apply Moodle filters to the Zoom topic and description #615 (thanks @behanw) diff --git a/version.php b/version.php index df45a00a..6551fd9f 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2024101000; -$plugin->release = 'v5.2.4'; +$plugin->version = 2025011600; +$plugin->release = 'v5.2.5'; $plugin->requires = 2019052000; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;