Skip to content

Commit

Permalink
Merge pull request #646 from jrchamp/release/v5.3.0
Browse files Browse the repository at this point in the history
release: v5.3.0
  • Loading branch information
jrchamp authored Mar 6, 2025
2 parents d70bcb8 + e494145 commit 9307899
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
### Releases ###

#### v5.3.0 ####

- Feature: Protect groups from license reassignment #630 (thanks @izendegi, @tsostef, @lcollong)
- New setting `zoom/protectedgroups`
- Optional OAuth scope `group:read:list_groups:admin` or `group:read:admin`
- Bugfix: Incorrect rendering of HTML characters in recording passcodes #637 (thanks @FrancescoTerrosi)
- Bugfix: More detailed error messages #639 (thanks @ahmadalwa)
- Bugfix: Check a task's necessary scopes prior to API calls #642 (thanks @syedaawais)
- Bugfix: Remove calendar events for deleted meeting occurrences #645 (thanks @mei-cberry)
- Code quality: Forward compatibility for PHPUnit #640
- Regression: Moodle 3.7 support #638 (thanks @gzvol)
- Introduced in v5.2.0 when adding attendance-based grading.
- Regression: Moodle 3.8+ support #644 (thanks @cybernotic, @bobopinna)
- Introduced in unreleased code when fixing Moodle 3.7 support.

#### v5.2.5 ####

- Bugfix: Validation for registration #622 (thanks @paulandm)
Expand Down
5 changes: 5 additions & 0 deletions upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== v5.3.0 ==

- New setting `zoom/protectedgroups`
- Optional OAuth scope `group:read:list_groups:admin` or `group:read:admin`

== v5.2.1 ==

- Document Zoom's new granular OAuth scopes.
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 = 2025011600;
$plugin->release = 'v5.2.5';
$plugin->version = 2025030600;
$plugin->release = 'v5.3.0';
$plugin->requires = 2019052000;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 9307899

Please sign in to comment.