Skip to content

Commit

Permalink
Merge pull request #633 from jrchamp/release/v5.2.5
Browse files Browse the repository at this point in the history
release: v5.2.5
  • Loading branch information
jrchamp authored Jan 16, 2025
2 parents e1bd6e6 + 4621efc commit a558559
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit a558559

Please sign in to comment.