Skip to content

Commit 235c639

Browse files
committed
Merge branch 'main' into MOODLE_405_STABLE
2 parents 9a26dfc + db25d17 commit 235c639

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"main-moodle": "MOODLE_405_STABLE",
33
"main-php": "8.3",
4-
"main-oc": "16.6",
5-
"ocs": ["16.6", "15.11"],
4+
"main-oc": "17.1",
5+
"ocs": ["17.1", "16.7", "15.11"],
66
"main-db": "mariadb",
77
"moodle-php": {
88
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]

.github/workflows/moodle-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@main
1212
with:
1313
requires-tool-plugin: true
14-
branch-tool-plugin: main
14+
branch-tool-plugin: MOODLE_405_STABLE

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)