-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.xml
More file actions
33 lines (31 loc) · 1.21 KB
/
manifest.xml
File metadata and controls
33 lines (31 loc) · 1.21 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Extendafriend</name>
<id>extendafriend</id>
<author>Matt Beckett (matt@mattbeckett.me)</author>
<version>4.0.0</version>
<description>Adds a "tag" like interface to the add-friend link. Each tag will create a collection and add that friend to it, or just add the friend to the existing collection. Also controls per-user notifications.</description>
<website>https://landing.athabascau.ca</website>
<copyright>(C) Athabasca University, 2015</copyright>
<license>GNU Public License version 2</license>
<!-- All plugins must require either elgg_version or elgg_release. -->
<requires>
<type>elgg_release</type>
<version>2.0</version>
</requires>
<requires>
<type>plugin</type>
<name>notifications</name>
</requires>
<suggests>
<type>plugin</type>
<name>friend_request</name>
<version>4.0</version>
</suggests>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>friend_request</plugin>
</requires>
<category>Communication</category>
</plugin_manifest>