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

Commit

Permalink
Merge branch 'feat/publish-utils' into 'main'
Browse files Browse the repository at this point in the history
added publish utils

See merge request fluxlabs/ilias/plugins/RepositoryObjects/LiveVoting!107
  • Loading branch information
mstuder committed Mar 31, 2022
2 parents d16ee8c + 846e91e commit 79ebc38
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 34 deletions.
8 changes: 7 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1 +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 @@
# Change Log

## [6.0.1]
- Version for ILIAS 7

## [6.0.0]
- Version for ILIAS 7

Expand Down
38 changes: 8 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,25 @@
{
"name": "srag/plugins/livevoting",
"version": "6.0.1",
"description": "ILIAS LiveVoting plugin",
"type": "project",
"keywords": [
"ILIAS",
"Plugin",
"fluxlabs",
"LiveVoting"
],
"homepage": "https://github.com/studer-raimann/LiveVoting",
"homepage": "https://github.com/fluxapps/LiveVoting",
"license": "GPL-3.0+",
"authors": [
{
"name": "studer + raimann ag - Team Custom 1",
"email": "support-custom1@studer-raimann.ch",
"homepage": "https://studer-raimann.ch",
"role": "Developer"
},
{
"name": "Nicolas Schaefli",
"email": "ns@studer-raimann.ch",
"homepage": "https://studer-raimann.ch",
"role": "Software Engineer"
},
{
"name": "Fabian Schmid",
"email": "fs@studer-raimann.ch",
"homepage": "https://studer-raimann.ch",
"role": "Member of the Executive Board"
},
{
"name": "Oskar Truffer",
"email": "ot@studer-raimann.ch",
"homepage": "https://studer-raimann.ch",
"role": "Project Manager, Software Engineer"
},
{
"name": "Daniel Aemmer",
"email": "daniel.aemmer@phbern.ch",
"homepage": "https://www.phbern.ch"
"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_PLLV"
"issues": "https://git.fluxlabs.ch"
},
"require": {
"endroid/qrcode": "^1.9",
Expand Down
6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
require_once __DIR__ . "/vendor/srag/dic/src/PHPVersionChecker.php";

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

0 comments on commit 79ebc38

Please sign in to comment.