Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 79ebc38

Browse files
committed
Merge branch 'feat/publish-utils' into 'main'
added publish utils See merge request fluxlabs/ilias/plugins/RepositoryObjects/LiveVoting!107
2 parents d16ee8c + 846e91e commit 79ebc38

File tree

4 files changed

+21
-34
lines changed

4 files changed

+21
-34
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
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
# Change Log
22

3+
## [6.0.1]
4+
- Version for ILIAS 7
5+
36
## [6.0.0]
47
- Version for ILIAS 7
58

composer.json

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,25 @@
11
{
22
"name": "srag/plugins/livevoting",
3+
"version": "6.0.1",
34
"description": "ILIAS LiveVoting plugin",
45
"type": "project",
56
"keywords": [
67
"ILIAS",
7-
"Plugin",
8+
"fluxlabs",
89
"LiveVoting"
910
],
10-
"homepage": "https://github.com/studer-raimann/LiveVoting",
11+
"homepage": "https://github.com/fluxapps/LiveVoting",
1112
"license": "GPL-3.0+",
1213
"authors": [
1314
{
14-
"name": "studer + raimann ag - Team Custom 1",
15-
"email": "support-custom1@studer-raimann.ch",
16-
"homepage": "https://studer-raimann.ch",
17-
"role": "Developer"
18-
},
19-
{
20-
"name": "Nicolas Schaefli",
21-
"email": "ns@studer-raimann.ch",
22-
"homepage": "https://studer-raimann.ch",
23-
"role": "Software Engineer"
24-
},
25-
{
26-
"name": "Fabian Schmid",
27-
"email": "fs@studer-raimann.ch",
28-
"homepage": "https://studer-raimann.ch",
29-
"role": "Member of the Executive Board"
30-
},
31-
{
32-
"name": "Oskar Truffer",
33-
"email": "ot@studer-raimann.ch",
34-
"homepage": "https://studer-raimann.ch",
35-
"role": "Project Manager, Software Engineer"
36-
},
37-
{
38-
"name": "Daniel Aemmer",
39-
"email": "daniel.aemmer@phbern.ch",
40-
"homepage": "https://www.phbern.ch"
15+
"name": "fluxlabs ag",
16+
"email": "support@fluxlabs.ch",
17+
"homepage": "https://fluxlabs.ch",
18+
"role": "Developer & Maintainer"
4119
}
4220
],
4321
"support": {
44-
"issues": "https://plugins.studer-raimann.ch/goto.php?target=uihk_srsu_PLLV"
22+
"issues": "https://git.fluxlabs.ch"
4523
},
4624
"require": {
4725
"endroid/qrcode": "^1.9",

plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
require_once __DIR__ . "/vendor/srag/dic/src/PHPVersionChecker.php";
44

55
$id = 'xlvo';
6-
$version = '6.0.0';
6+
$version = '6.0.1';
77
$ilias_min_version = '6.0';
88
$ilias_max_version = '7.999';
9-
$responsible = 'studer + raimann ag - Team Custom 1';
10-
$responsible_mail = 'support-custom1@studer-raimann.ch';
9+
$responsible = 'fluxlabs ag';
10+
$responsible_mail = 'support@fluxlabs.ch';

0 commit comments

Comments
 (0)