Skip to content

Commit be82761

Browse files
bluetomelke-hshferishili
authored
Moodle 405 stable 4.5.3 (#59)
* Fixes #54 (#55) * Fixes #54 * read paella json data properly from mod, (#57) fixes #56 * Use Opencast PHP Library for api call Change error message * make sure lti launch gets a proper base url in both allinone and multi-nodes opencast instances * change the service to search and make sure it is active * get rid of services --------- Co-authored-by: FarbodZamani <53179227+ferishili@users.noreply.github.com> Co-authored-by: ferishili <zamanifarbod2@gmail.com> * version.php changelog readme * moodle release change branch to main --------- Co-authored-by: elke-hsh <141309452+elke-hsh@users.noreply.github.com> Co-authored-by: FarbodZamani <53179227+ferishili@users.noreply.github.com> Co-authored-by: ferishili <zamanifarbod2@gmail.com>
1 parent 684a3ea commit be82761

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.github/workflows/moodle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
call-moodle-release-workflow:
13-
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-release.yml@master
13+
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-release.yml@main
1414
with:
1515
plugin-name: 'filter_opencast'
1616
secrets: inherit

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
CHANGELOG
22
=========
33

4-
4.5.1 (2024-12-13)
4+
4.5.3 (2025-01-16)
5+
------------------
6+
* [FIXED] #57 Read paella json data properly from mod
7+
* [FIXED] #54 LTI Authentication for multinode opencast does not work
8+
9+
10+
4.5.2 aka 4.5.1 (2024-12-13)
511
------------------
612
* [FEATURE] #52 Reintroduce LTI authentication feature
713

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Admin Settings
2828
--------------
2929

3030
View the documentation of the plugin settings [here](https://moodle.docs.opencast.org/#filter/settings/).
31-
31+
! Be aware: If this filter plugin is going to deliver videos via LTI-Authentication the API User should get the role ROLE_UI_EVENTS_EMBEDDING_CODE_VIEW !
3232

3333
## Documentation ##
3434

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'filter_opencast';
28-
$plugin->release = 'v4.5-r3';
29-
$plugin->version = 2024111102;
28+
$plugin->release = 'v4.5-r4';
29+
$plugin->version = 2024111103;
3030
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
3131
$plugin->supported = [405, 405];
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'tool_opencast' => 2024111100,
35-
'mod_opencast' => 2024111100,
34+
'tool_opencast' => 2024111103,
35+
'mod_opencast' => 2024111103,
3636
];

0 commit comments

Comments
 (0)