Skip to content

Commit 532d79d

Browse files
committed
correct version for block
1 parent 2693cc6 commit 532d79d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

4-
5.0.0 (2025-05-29)
4+
5.0.0 (2025-07-29)
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

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
$plugin->component = 'block_opencast';
2828
$plugin->release = 'v5.0-r1';
29-
$plugin->version = 2025052900;
29+
$plugin->version = 2025072900;
3030
$plugin->requires = 2025041400; // Requires Moodle 5.0+.
3131
$plugin->supported = [500, 500];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)