Skip to content

Commit 9822eb7

Browse files
authored
Merge pull request ncstate-delta#651 from jrchamp/release/v5.3.1
release: v5.3.1
2 parents f073dba + d931243 commit 9822eb7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### Releases ###
22

3+
#### v5.3.1 ####
4+
5+
- Regression: Tracking fields task missing variable #648 (thanks @lorenzogreco, @phette23, @izendegi)
6+
- Introduced in v5.3.0 when checking necessary scopes for tasks.
7+
38
#### v5.3.0 ####
49

510
- Feature: Protect groups from license reassignment #630 (thanks @izendegi, @tsostef, @lcollong)

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_zoom';
28-
$plugin->version = 2025030600;
29-
$plugin->release = 'v5.3.0';
28+
$plugin->version = 2025031300;
29+
$plugin->release = 'v5.3.1';
3030
$plugin->requires = 2019052000;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->cron = 0;

0 commit comments

Comments
 (0)