-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.xml
More file actions
23 lines (21 loc) · 843 Bytes
/
manifest.xml
File metadata and controls
23 lines (21 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Reported Content Notification</name>
<id>reportedcontent_notify</id>
<author>Matt Beckett</author>
<version>1.1.1</version>
<description>Notify selected admins when content is reported</description>
<website>https://landing.athabascau.ca</website>
<copyright>(C) Athabasca University, 2012</copyright>
<license>GNU Public License version 2</license>
<!-- All plugins must require either elgg_version or elgg_release. -->
<requires>
<type>elgg_release</type>
<version>1.8</version>
</requires>
<requires>
<type>plugin</type>
<name>reportedcontent</name>
</requires>
<category>Site Admin</category>
</plugin_manifest>