forked from ILIAS-eLearning/TestRepositoryObject
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.php
More file actions
Latest commit
19 lines (14 loc) · 499 Bytes
/
Copy pathplugin.php
File metadata and controls
19 lines (14 loc) · 499 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$id = "xtst";
// code version; must be changed for all code changes
$version = "0.0.8";
// ilias min and max version; must always reflect the versions that should
// run with the plugin
$ilias_min_version = "6.0";
$ilias_max_version = "9.999";
// optional, but useful: Add one or more responsible persons and a contact email
$responsible = "Alexander Killing";
$responsible_mail = "killing@leifos.de";
$supports_export = true;
// Enable learning progress
$learning_progress = true;