forked from ColdTrick/group_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
40 lines (35 loc) · 1.06 KB
/
manifest.xml
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
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Group Tools</name>
<author>ColdTrick IT Solutions</author>
<version>10.0-beta</version>
<id>group_tools</id>
<description>Combines different group additions into one plugin.</description>
<website>http://www.coldtrick.com/</website>
<repository>https://github.com/ColdTrick/group_tools</repository>
<bugtracker>https://github.com/ColdTrick/group_tools/issues</bugtracker>
<copyright>(C) ColdTrick IT Solutions 2011 - 2018</copyright>
<license>GNU General Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>3.0</version>
</requires>
<requires>
<type>plugin</type>
<name>groups</name>
</requires>
<requires>
<type>priority</type>
<plugin>groups</plugin>
<priority>after</priority>
</requires>
<suggests>
<type>plugin</type>
<name>widget_manager</name>
</suggests>
<suggests>
<type>plugin</type>
<name>html_email_handler</name>
</suggests>
<category>ColdTrick</category>
</plugin_manifest>