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

Commit 8b285f2

Browse files
committed
Merge branch 'v1-7-1' into 'main'
v1-7-1 See merge request fluxlabs/ilias/plugins/PageComponents/OpencastPageComponent!10
2 parents bfc2601 + 6689962 commit 8b285f2

4 files changed

Lines changed: 21 additions & 12 deletions

File tree

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
flux-publish-utils:
2+
stage: build
3+
image: docker-registry.fluxpublisher.ch/flux-publish-utils:latest
4+
script:
5+
- "false"
6+
only:
7+
- main

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.7.1]
4+
- Added flux publish utils
5+
36
## [1.7.0]
47
- Compatability with Opencast plugin v4.0.0
58
- Dropped ILIAS 5.4 support

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{
2-
"name": "srag/Plugins/OpencastPageComponent",
2+
"name": "fluxapps/opencast-page-component",
3+
"version": "1.7.1",
34
"description": "",
45
"type": "project",
56
"keywords": [
6-
"ILIAS",
7-
"Plugin"
7+
"ilias",
8+
"plugin",
9+
"opencast"
810
],
9-
"homepage": "https://github.com/studer-raimann/OpencastPageComponent",
11+
"homepage": "https://github.com/fluxapps/OpencastPageComponent",
1012
"license": "GPL-3.0-only",
1113
"authors": [
1214
{
13-
"name": "studer + raimann ag - Team Custom 1",
14-
"email": "info@studer-raimann.ch",
15-
"homepage": "https://studer-raimann.ch",
16-
"role": "Developer"
15+
"name": "fluxlabs ag",
16+
"email": "support@fluxlabs.ch",
17+
"homepage": "https://fluxlabs.ch",
18+
"role": "Developer, Maintainer"
1719
}
1820
],
19-
"support": {
20-
"issues": "https://plugins.studer-raimann.ch/goto.php?target=uihk_srsu_PLOPENCAST"
21-
},
2221
"require": {
2322
"srag/activerecordconfig": ">=0.1.0",
2423
"srag/custominputguis": ">=0.1.0",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
require_once __DIR__ . "/vendor/srag/dic/src/PHPVersionChecker.php";
1313

1414
$id = "ocpc";
15-
$version = "1.7.0";
15+
$version = "1.7.1";
1616
$ilias_min_version = "6.0";
1717
$ilias_max_version = "7.999";
1818
$responsible = "fluxlabs ag";

0 commit comments

Comments
 (0)