Skip to content

Commit

Permalink
Merge branch 'main' into issue-182_oc-php-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Sep 7, 2023
2 parents 87f01b3 + 5c925c2 commit 078e8ce
Show file tree
Hide file tree
Showing 1,177 changed files with 532 additions and 165,875 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [5.2.0]
- Version 5.2.0 contains a large number of refactorings. The ILIAS 7 compatible version is continuously refactored so that an update to ILIAS 8 is easier possible. For example, libraries that are no longer compatible have to be removed. In this first step the internal use of srg/dic was removed.
- With the new release the plugin uses the new php-library `elan-ev/opencast-api` in version 1.4.0 for all API calls to Opencast.
- Fix #169: Update from 5-1-0 to 5-1-1 crashes and refers to migration
- Fix #177: Player settings ends up throwing error on fresh installation
- Fix #178: Add default values to Paella options in formbuilder
- Fix #183: no mp4 files in the player with sign player link active if they are not signed by opencast
- Fix #187: ErrorException thrown with message "Class srag\DIC\OpenCast\Database\DatabaseDetector

## [5.1.1]
- Fix #107: filter is collapsed by default
- Fix #133: add missing translation
Expand Down
15 changes: 5 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studer-raimann.ch/opencast",
"description": "ILIAS 5.x Opencast plugin",
"name": "opencast-ilias/opencast",
"description": "ILIAS Opencast Plugin",
"type": "project",
"keywords": [
"ILIAS",
Expand All @@ -9,20 +9,15 @@
],
"license": "GPL-3.0+",
"authors": [
{
"name": "Theodor Truffer",
"email": "tt@studer-raimann.ch",
"homepage": "https://studer-raimann.ch",
"role": "Project Manager, Software Engineer"
}

],
"support": {
"issues": "https://plugins.studer-raimann.ch/goto.php?target=uihk_srsu_PLOPENCAST"
"issues": "https://github.com/opencast-ilias/OpenCast/issues"
},
"minimum-stability": "beta",
"prefer-stable": true,
"require": {
"php": ">=7.0",
"php": ">=7.3",
"elan-ev/opencast-api": "1.4",
"srag/custominputguis": ">=0.1.0",
"srag/datatable": ">=0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$id = 'xoct';
$version = '5.1.2';
$version = '5.2.1';
$version_check = '44ac530093a998b525b0a73ba536e64f03bbaff47446cf99e1a31d6a042a4549';
$ilias_min_version = '6.0';
$ilias_max_version = '7.999';
Expand Down
117 changes: 0 additions & 117 deletions vendor/bin/captainhook

This file was deleted.

117 changes: 0 additions & 117 deletions vendor/bin/php-cs-fixer

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/captainhook/captainhook/.docker/php7.3/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/captainhook/captainhook/.docker/php7.4/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/captainhook/captainhook/.docker/php8.0/Dockerfile

This file was deleted.

0 comments on commit 078e8ce

Please sign in to comment.