Skip to content

Commit 52b41f5

Browse files
committed
[RELEASE] Version v9.0.2
1 parent f0f92ea commit 52b41f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 9.0.2
4+
- [FIX] call database on null when using Plugin-API #384
5+
36
## Version 9.0.1
47
- [FIX] #387: fix playback bar visibility via paella-core upgrade fixes #383:
58
support multi-quality via new paella plugin

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
$id = 'xoct';
4-
$version = '9.0.1';
4+
$version = '9.0.2';
55
$ilias_min_version = '9.0';
66
$ilias_max_version = '9.999';
77
$responsible = 'Universität Bern';

0 commit comments

Comments
 (0)