forked from ColdTrick/service_announcements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
29 lines (26 loc) · 933 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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Service announcements</name>
<id>service_announcements</id>
<author>ColdTrick IT Solutions</author>
<version>0.1</version>
<description>Manage announcements (incident, maintenance) around services</description>
<website>http://www.coldtrick.com/</website>
<repository>https://github.com/ColdTrick/service_announcements</repository>
<bugtracker>https://github.com/ColdTrick/service_announcements/issues</bugtracker>
<copyright>(C) ColdTrick IT Solutions 2017</copyright>
<license>GNU General Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>2.3</version>
</requires>
<suggests>
<type>plugin</type>
<name>objectpicker</name>
</suggests>
<suggests>
<type>plugin</type>
<name>widget_manager</name>
</suggests>
<category>ColdTrick</category>
</plugin_manifest>