File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- 5.0.0 (2025-07-29 )
4+ 5.0.0 (2025-08-01 )
55------------------
66* [ FEATURE] The Opencast Course Overview is now accessible via the course navigation bar
77* [ CHANGE] Most features from the Opencast Block plugin have been moved to
@@ -16,6 +16,7 @@ If disabled (default), all events from
1616the course will be included in the backup.
1717* [ CHANGE] Introducing workflows config panel json compatibility
1818* [ CHANGE] Refactor and upgrade transcription feature
19+ * Moodle 5.0 compatible version
1920
2021
21224.5.3 (2025-01-16)
@@ -44,4 +45,4 @@ the course will be included in the backup.
4445* [ FEATURE] #387 Language file ordering
4546* [ FEATURE] #383 Some basic codestyling things
4647* [ FIX] #372 Hidden duplicated videos end up having empty ACLs
47- Moodle 4.5 compatible version
48+ * Moodle 4.5 compatible version
Original file line number Diff line number Diff line change 2626
2727$ plugin ->component = 'block_opencast ' ;
2828$ plugin ->release = 'v5.0-r1 ' ;
29- $ plugin ->version = 2025072900 ;
29+ $ plugin ->version = 2025080100 ;
3030$ plugin ->requires = 2025041400 ; // Requires Moodle 5.0+.
3131$ plugin ->supported = [500 , 500 ];
3232$ plugin ->maturity = MATURITY_STABLE ;
3333$ plugin ->dependencies = [
34- 'tool_opencast ' => 2025052600 ,
34+ 'tool_opencast ' => 2025080100 ,
3535];
You can’t perform that action at this time.
0 commit comments