-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.xml
32 lines (28 loc) · 920 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
31
32
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Bookmark Tools</name>
<author>Matt Beckett, ColdTrick IT Solutions</author>
<version>2.0.0</version>
<description>Extend the functionality of bookmarks</description>
<website>https://landing.athabascau.ca</website>
<copyright>(C) Athabascau University</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>1.9</version>
</requires>
<requires>
<type>plugin</type>
<name>bookmarks</name>
<priority>after</priority>
</requires>
<requires>
<type>priority</type>
<plugin>bookmarks</plugin>
<priority>after</priority>
</requires>
<suggests>
<type>plugin</type>
<name>categories</name>
</suggests>
</plugin_manifest>