We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d649970 commit db25d17Copy full SHA for db25d17
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+4.5.4 (2025-08-06)
5
+------------------
6
+* [CHANGE] Test against Opencast 17
7
+
8
9
4.5.3 (2025-01-16)
10
------------------
11
* [FIXED] #57 Read paella json data properly from mod
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'filter_opencast';
28
-$plugin->release = 'v4.5-r4';
29
-$plugin->version = 2024111103;
+$plugin->release = 'v4.5-r5';
+$plugin->version = 2024111104;
30
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
31
$plugin->supported = [405, 405];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments