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 462d78e commit e81d3f0Copy full SHA for e81d3f0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [5.5.0]
4
+- Updated to Opencast API 1.5.0
5
+- Introduced Publication Usages and solved issue #182
6
+
7
## [5.4.1]
8
- Fixed a compatibility issue in the new caching service.
9
plugin.php
@@ -1,7 +1,7 @@
<?php
$id = 'xoct';
-$version = '5.4.1';
+$version = '5.5.0';
$version_check = '44ac530093a998b525b0a73ba536e64f03bbaff47446cf99e1a31d6a042a4549';
$ilias_min_version = '6.0';
$ilias_max_version = '7.999';
0 commit comments