Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'v1-7-1' into 'main'
Browse files Browse the repository at this point in the history
v1-7-1

See merge request fluxlabs/ilias/plugins/PageComponents/OpencastPageComponent!10
  • Loading branch information
mstuder committed Apr 19, 2022
2 parents bfc2601 + 6689962 commit 8b285f2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
flux-publish-utils:
stage: build
image: docker-registry.fluxpublisher.ch/flux-publish-utils:latest
script:
- "false"
only:
- main
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.7.1]
- Added flux publish utils

## [1.7.0]
- Compatability with Opencast plugin v4.0.0
- Dropped ILIAS 5.4 support
Expand Down
21 changes: 10 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "srag/Plugins/OpencastPageComponent",
"name": "fluxapps/opencast-page-component",
"version": "1.7.1",
"description": "",
"type": "project",
"keywords": [
"ILIAS",
"Plugin"
"ilias",
"plugin",
"opencast"
],
"homepage": "https://github.com/studer-raimann/OpencastPageComponent",
"homepage": "https://github.com/fluxapps/OpencastPageComponent",
"license": "GPL-3.0-only",
"authors": [
{
"name": "studer + raimann ag - Team Custom 1",
"email": "info@studer-raimann.ch",
"homepage": "https://studer-raimann.ch",
"role": "Developer"
"name": "fluxlabs ag",
"email": "support@fluxlabs.ch",
"homepage": "https://fluxlabs.ch",
"role": "Developer, Maintainer"
}
],
"support": {
"issues": "https://plugins.studer-raimann.ch/goto.php?target=uihk_srsu_PLOPENCAST"
},
"require": {
"srag/activerecordconfig": ">=0.1.0",
"srag/custominputguis": ">=0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require_once __DIR__ . "/vendor/srag/dic/src/PHPVersionChecker.php";

$id = "ocpc";
$version = "1.7.0";
$version = "1.7.1";
$ilias_min_version = "6.0";
$ilias_max_version = "7.999";
$responsible = "fluxlabs ag";
Expand Down

0 comments on commit 8b285f2

Please sign in to comment.