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

Commit 01391e8

Browse files
committed
version 2023.01.18
1 parent 5c0a55d commit 01391e8

File tree

4 files changed

+17
-24
lines changed

4 files changed

+17
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Change Log
2+
## [2023.01.12]
3+
- Disable other plugins on voter because they may make conflict
24

35
## [6.0.2]
46
- Changed metadata in composer.json

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,17 @@ For display the exported PowerPoint files you need to install the WebViewer-AddI
5656
https://appsource.microsoft.com/en-us/product/office/WA104295828?tab=Overview
5757
You need also to configure your website as HTTPS and allow that your website can be displayed in frames.
5858

59-
## Maintenance
60-
59+
## Rebuild & Maintenance
6160
fluxlabs ag, support@fluxlabs.ch
6261

63-
This project is maintained by fluxlabs.
62+
This project needs a proof of concept
63+
64+
Would you like to participate?
65+
Take advantage of the crowdfunding opportunity under [discussions](https://github.com/fluxapps/LiveVoting/discussions/37).
66+
67+
68+
## About fluxlabs plugins
69+
70+
Please also have a look at our other key projects and their [MAINTENANCE](https://github.com/fluxapps/docs/blob/8ce4309b0ac64c039d29204c2d5b06723084c64b/assets/MAINTENANCE.png).
71+
72+
The plugins that require a rebuild and the costs are listed here: [REBUILDS](https://github.com/fluxapps/docs/blob/8ce4309b0ac64c039d29204c2d5b06723084c64b/assets/REBUILDS.png)

composer.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
11
{
2-
"name": "srag/plugins/livevoting",
3-
"version": "6.0.2",
2+
"name": "fluxapps/livevoting",
3+
"version": "2023.01.12",
44
"description": "ILIAS LiveVoting plugin",
55
"type": "project",
6-
"keywords": [
7-
"ilias",
8-
"fluxlabs",
9-
"live-voting"
10-
],
11-
"homepage": "https://fluxlabs.ch",
12-
"license": "GPL-3.0+",
13-
"authors": [
14-
{
15-
"name": "fluxlabs ag",
16-
"email": "support@fluxlabs.ch",
17-
"homepage": "https://fluxlabs.ch",
18-
"role": "Developer & Maintainer"
19-
}
20-
],
21-
"support": {
22-
"issues": "https://git.fluxlabs.ch"
23-
},
246
"require": {
257
"endroid/qrcode": "^1.9",
268
"srag/activerecordconfig": ">=0.1.0",

plugin.php

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

55
$id = 'xlvo';
6-
$version = '6.0.2';
6+
$version = '2023.01.18';
77
$ilias_min_version = '6.0';
88
$ilias_max_version = '7.999';
99
$responsible = 'fluxlabs ag';

0 commit comments

Comments
 (0)