-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.php
31 lines (26 loc) · 905 Bytes
/
plugin.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* This file is part of the Panopto Repository Object plugin for ILIAS.
* This plugin allows users to embed Panopto videos in ILIAS as repository objects.
*
* The Panopto Repository Object plugin for ILIAS is open-source and licensed under GPL-3.0.
* For license details, visit https://www.gnu.org/licenses/gpl-3.0.en.html.
*
* To report bugs or participate in discussions, visit the Mantis system and filter by
* the category "Panopto" at https://mantis.ilias.de.
*
* More information and source code are available at:
* https://github.com/surlabs/Panopto
*
* If you need support, please contact the maintainer of this software at:
* info@surlabs.es
*
*/
$id = 'xpan';
$version = '8.1.0';
$ilias_min_version = '8.0';
$ilias_max_version = '8.999';
$responsible = 'Jesus Copado';
$responsible_mail = 'jcopado@surlabs.es';
$supports_export = false;
$supports_cli_setup = true;