forked from Daltonstudio/hypeWall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
45 lines (39 loc) · 1 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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>hypeWall</name>
<id>hypeWall</id>
<version>3.2.3</version>
<description>User walls</description>
<category>content</category>
<category>shares</category>
<author>Ismayil Khayredinov ([email protected])</author>
<website>http://hypeJunction.com</website>
<copyright>2011-2014 (c) Ismayil Khayredinov</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>1.9</version>
</requires>
<requires>
<type>plugin</type>
<name>hypeFilestore</name>
</requires>
<suggests>
<type>plugin</type>
<name>hypeScraper</name>
</suggests>
<suggests>
<type>plugin</type>
<name>hypeLists</name>
</suggests>
<suggests>
<type>plugin</type>
<name>elgg_tokeninput</name>
<version>3.0.0</version>
</suggests>
<suggests>
<type>plugin</type>
<name>elgg_dropzone</name>
<version>3.0.0</version>
</suggests>
</plugin_manifest>