We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f073dba + d931243 commit 9822eb7Copy full SHA for 9822eb7
CHANGES.md
@@ -1,5 +1,10 @@
1
### Releases ###
2
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
8
#### v5.3.0 ####
9
10
- Feature: Protect groups from license reassignment #630 (thanks @izendegi, @tsostef, @lcollong)
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_zoom';
28
-$plugin->version = 2025030600;
29
-$plugin->release = 'v5.3.0';
+$plugin->version = 2025031300;
+$plugin->release = 'v5.3.1';
30
$plugin->requires = 2019052000;
31
$plugin->maturity = MATURITY_STABLE;
32
$plugin->cron = 0;
0 commit comments