forked from ColdTrick/search_advanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
35 lines (30 loc) · 870 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
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Search Advanced</name>
<author>ColdTrick IT Solutions</author>
<version>1.0</version>
<description>Add advanced features to the search</description>
<id>search_advanced</id>
<website>http://www.coldtrick.com/</website>
<copyright>(C) ColdTrick IT Solutions 2012 - 2014</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>1.9</version>
</requires>
<requires>
<type>plugin</type>
<name>search</name>
</requires>
<requires>
<type>priority</type>
<plugin>search</plugin>
<priority>after</priority>
</requires>
<suggests>
<type>plugin</type>
<name>profile_manager</name>
</suggests>
<category>ColdTrick</category>
<category>Search</category>
</plugin_manifest>