forked from ColdTrick/discussions_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
30 lines (27 loc) · 941 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Discussions Tools</name>
<author>ColdTrick IT Solutions</author>
<version>2.0</version>
<id>discussions_tools</id>
<description>Additions / modifications to the discussions plugin</description>
<website>http://www.coldtrick.com/</website>
<repository>https://github.com/ColdTrick/discussions_tools</repository>
<bugtracker>https://github.com/ColdTrick/discussions_tools/issues</bugtracker>
<copyright>(C) ColdTrick IT Solutions 2016</copyright>
<license>GNU General Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>2.1</version>
</requires>
<requires>
<type>plugin</type>
<name>discussions</name>
</requires>
<requires>
<type>priority</type>
<plugin>discussions</plugin>
<priority>after</priority>
</requires>
<category>ColdTrick</category>
</plugin_manifest>