Skip to content

Commit db25d17

Browse files
committed
version.php, changelog
1 parent d649970 commit db25d17

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+
4.5.4 (2025-08-06)
5+
------------------
6+
* [CHANGE] Test against Opencast 17
7+
8+
49
4.5.3 (2025-01-16)
510
------------------
611
* [FIXED] #57 Read paella json data properly from mod

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 = 'filter_opencast';
28-
$plugin->release = 'v4.5-r4';
29-
$plugin->version = 2024111103;
28+
$plugin->release = 'v4.5-r5';
29+
$plugin->version = 2024111104;
3030
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
3131
$plugin->supported = [405, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)