Skip to content

Commit f16f48e

Browse files
committed
new version 5.0.2 (v5.0-r3)
1 parent b40184b commit f16f48e

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

.github/workflows/config_all.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
5.0.2 (2024-10-24)
5+
------------------
6+
* [FEATURE] Easy upload for v5.x with behat test
7+
* [FEATURE] Providing extra information for the fields and tabs for v5.x
8+
* [CHANGE] Adjust form verification in simple page for v5.x
9+
* [CHANGE] Adjust ci config, bump opencast coverage
10+
11+
412
5.0.1 (2024-09-01)
513
------------------
614
* [CHANGE] #278 Replace global download configuration with enforce download default policy

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->component = 'mod_opencast';
29-
$plugin->release = 'v5.0-r2';
30-
$plugin->version = 20250801012;
29+
$plugin->release = 'v5.0-r3';
30+
$plugin->version = 2025080102;
3131
$plugin->requires = 2025041400; // Requires Moodle 5.0+.
3232
$plugin->supported = [500, 500];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)