From 01391e86a6540c358b5b5ca7bfd30698bc792af0 Mon Sep 17 00:00:00 2001 From: "Martin Studer, fluxlabs ag" Date: Wed, 18 Jan 2023 13:16:38 +0100 Subject: [PATCH] version 2023.01.18 --- CHANGELOG.md | 2 ++ README.md | 15 ++++++++++++--- composer.json | 22 ++-------------------- plugin.php | 2 +- 4 files changed, 17 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a69d5d1..e28552b4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change Log +## [2023.01.12] +- Disable other plugins on voter because they may make conflict ## [6.0.2] - Changed metadata in composer.json diff --git a/README.md b/README.md index 045d2725..3101b956 100755 --- a/README.md +++ b/README.md @@ -56,8 +56,17 @@ For display the exported PowerPoint files you need to install the WebViewer-AddI https://appsource.microsoft.com/en-us/product/office/WA104295828?tab=Overview You need also to configure your website as HTTPS and allow that your website can be displayed in frames. -## Maintenance - +## Rebuild & Maintenance fluxlabs ag, support@fluxlabs.ch -This project is maintained by fluxlabs. +This project needs a proof of concept + +Would you like to participate? +Take advantage of the crowdfunding opportunity under [discussions](https://github.com/fluxapps/LiveVoting/discussions/37). + + +## About fluxlabs plugins + +Please also have a look at our other key projects and their [MAINTENANCE](https://github.com/fluxapps/docs/blob/8ce4309b0ac64c039d29204c2d5b06723084c64b/assets/MAINTENANCE.png). + +The plugins that require a rebuild and the costs are listed here: [REBUILDS](https://github.com/fluxapps/docs/blob/8ce4309b0ac64c039d29204c2d5b06723084c64b/assets/REBUILDS.png) \ No newline at end of file diff --git a/composer.json b/composer.json index 80c46bc7..609c1ad0 100755 --- a/composer.json +++ b/composer.json @@ -1,26 +1,8 @@ { - "name": "srag/plugins/livevoting", - "version": "6.0.2", + "name": "fluxapps/livevoting", + "version": "2023.01.12", "description": "ILIAS LiveVoting plugin", "type": "project", - "keywords": [ - "ilias", - "fluxlabs", - "live-voting" - ], - "homepage": "https://fluxlabs.ch", - "license": "GPL-3.0+", - "authors": [ - { - "name": "fluxlabs ag", - "email": "support@fluxlabs.ch", - "homepage": "https://fluxlabs.ch", - "role": "Developer & Maintainer" - } - ], - "support": { - "issues": "https://git.fluxlabs.ch" - }, "require": { "endroid/qrcode": "^1.9", "srag/activerecordconfig": ">=0.1.0", diff --git a/plugin.php b/plugin.php index 4d6fdba8..af0eabc9 100755 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ require_once __DIR__ . "/vendor/srag/dic/src/PHPVersionChecker.php"; $id = 'xlvo'; -$version = '6.0.2'; +$version = '2023.01.18'; $ilias_min_version = '6.0'; $ilias_max_version = '7.999'; $responsible = 'fluxlabs ag';