forked from surlabs/STACKForILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.php
More file actions
22 lines (17 loc) · 653 Bytes
/
plugin.php
File metadata and controls
22 lines (17 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/**
* Copyright (c) 2016 Institut fuer Lern-Innovation, Friedrich-Alexander-Universitaet Erlangen-Nuernberg
* GPLv2, see LICENSE
*/
// alphanumerical ID of the plugin; never change this
$id = "xqcas";
// code version; must be changed for all code changes
$version = "3.1.5";
// ilias min and max version; must always reflect the versions that should
// run with the plugin
$ilias_min_version = "5.4.0";
$ilias_max_version = "5.4.999";
// optional, but useful: Add one or more responsible persons and a contact email
$responsible = "Fred Neumann, Jesus Copado";
$responsible_mail = "fred.neumann@ili.fau.de, jesus.copado@ili.fau.de";
?>