forked from ColdTrick/widget_pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
26 lines (23 loc) · 819 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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Widget Pack</name>
<author>ColdTrick IT Solutions</author>
<version>1.0</version>
<description>Various general Elgg widgets</description>
<id>widget_pack</id>
<website>http://www.coldtrick.com/</website>
<repository>https://github.com/ColdTrick/widget_pack</repository>
<bugtracker>https://github.com/ColdTrick/widget_pack/issues</bugtracker>
<copyright>(C) ColdTrick IT Solutions 2016</copyright>
<license>GNU General Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>2.2</version>
</requires>
<requires>
<type>plugin</type>
<name>widget_manager</name>
</requires>
<category>ColdTrick</category>
<category>widget</category>
</plugin_manifest>