We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f92ea commit 52b41f5Copy full SHA for 52b41f5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## Version 9.0.2
4
+- [FIX] call database on null when using Plugin-API #384
5
+
6
## Version 9.0.1
7
- [FIX] #387: fix playback bar visibility via paella-core upgrade fixes #383:
8
support multi-quality via new paella plugin
plugin.php
@@ -1,7 +1,7 @@
<?php
$id = 'xoct';
-$version = '9.0.1';
+$version = '9.0.2';
$ilias_min_version = '9.0';
$ilias_max_version = '9.999';
$responsible = 'Universität Bern';
0 commit comments