Skip to content

Commit e81d3f0

Browse files
committed
New Plugin Version and Changelog
1 parent 462d78e commit e81d3f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [5.5.0]
4+
- Updated to Opencast API 1.5.0
5+
- Introduced Publication Usages and solved issue #182
6+
37
## [5.4.1]
48
- Fixed a compatibility issue in the new caching service.
59

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 = '5.4.1';
4+
$version = '5.5.0';
55
$version_check = '44ac530093a998b525b0a73ba536e64f03bbaff47446cf99e1a31d6a042a4549';
66
$ilias_min_version = '6.0';
77
$ilias_max_version = '7.999';

0 commit comments

Comments
 (0)