Skip to content

Commit 723ee59

Browse files
committed
synchronize version date for opencast plugins 5.0
1 parent 532d79d commit 723ee59

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
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
1616
the 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

2122
4.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

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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
];

0 commit comments

Comments
 (0)