Skip to content

Commit

Permalink
Moodle 405 stable 4.5.3 (#59)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: ferishili <[email protected]>

* version.php changelog readme

* moodle release change branch to main

---------

Co-authored-by: elke-hsh <[email protected]>
Co-authored-by: FarbodZamani <[email protected]>
Co-authored-by: ferishili <[email protected]>
  • Loading branch information
4 people authored Jan 17, 2025
1 parent 684a3ea commit be82761
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
call-moodle-release-workflow:
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-release.yml@master
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-release.yml@main
with:
plugin-name: 'filter_opencast'
secrets: inherit
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
CHANGELOG
=========

4.5.1 (2024-12-13)
4.5.3 (2025-01-16)
------------------
* [FIXED] #57 Read paella json data properly from mod
* [FIXED] #54 LTI Authentication for multinode opencast does not work


4.5.2 aka 4.5.1 (2024-12-13)
------------------
* [FEATURE] #52 Reintroduce LTI authentication feature

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Admin Settings
--------------

View the documentation of the plugin settings [here](https://moodle.docs.opencast.org/#filter/settings/).

! 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 !

## Documentation ##

Expand Down
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'filter_opencast';
$plugin->release = 'v4.5-r3';
$plugin->version = 2024111102;
$plugin->release = 'v4.5-r4';
$plugin->version = 2024111103;
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
$plugin->supported = [405, 405];
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'tool_opencast' => 2024111100,
'mod_opencast' => 2024111100,
'tool_opencast' => 2024111103,
'mod_opencast' => 2024111103,
];

0 comments on commit be82761

Please sign in to comment.