Skip to content

Commit 39f82c3

Browse files
committed
publish fix of api instance fix with new version v5.0-r5
1 parent 9796040 commit 39f82c3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

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+
49
5.0.3 (2025-11-07)
510
------------------
611
* [FIXED] Make sure no real api instance is requested and process also during phpunit init

version.php

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

2828
$plugin->component = 'mod_opencast';
29-
$plugin->release = 'v5.0-r4';
30-
$plugin->version = 2025080103;
29+
$plugin->release = 'v5.0-r5';
30+
$plugin->version = 2025080104;
3131
$plugin->requires = 2025041400; // Requires Moodle 5.0+.
3232
$plugin->supported = [500, 500];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)