We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9796040 commit 39f82c3Copy full SHA for 39f82c3
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+5.0.4 (2025-11-07)
5
+------------------
6
+* [FIXED] Gracefully handle exception in the setting when the tool plugin is not ready yet
7
+
8
9
5.0.3 (2025-11-07)
10
------------------
11
* [FIXED] Make sure no real api instance is requested and process also during phpunit init
version.php
@@ -26,8 +26,8 @@
26
defined('MOODLE_INTERNAL') || die();
27
28
$plugin->component = 'mod_opencast';
29
-$plugin->release = 'v5.0-r4';
30
-$plugin->version = 2025080103;
+$plugin->release = 'v5.0-r5';
+$plugin->version = 2025080104;
31
$plugin->requires = 2025041400; // Requires Moodle 5.0+.
32
$plugin->supported = [500, 500];
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments