forked from ColdTrick/profile_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
53 lines (45 loc) · 1.35 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
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Profile Manager</name>
<author>ColdTrick IT Solutions</author>
<version>7.4.1</version>
<description>Provides better use of profile fields, replaces (replace profile fields) and configurable group fields.</description>
<website>http://www.coldtrick.com/</website>
<copyright>(C) ColdTrick IT Solutions 2009 - 2012</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
<version>2011110700</version>
</requires>
<requires>
<type>plugin</type>
<name>profile</name>
</requires>
<requires>
<type>priority</type>
<plugin>profile</plugin>
<priority>after</priority>
</requires>
<suggests>
<type>plugin</type>
<name>groups</name>
</suggests>
<suggests>
<type>priority</type>
<plugin>groups</plugin>
<priority>after</priority>
</suggests>
<screenshot>
<description>Edit Profile Fields</description>
<path>screenshots/edit_profile_fields.png</path>
</screenshot>
<screenshot>
<description>New Profile Field</description>
<path>screenshots/new_profile_field.png</path>
</screenshot>
<screenshot>
<description>Accordion Profile View</description>
<path>screenshots/accordion_profile_view.png</path>
</screenshot>
<category>ColdTrick</category>
</plugin_manifest>