-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
27 lines (24 loc) · 954 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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Notifications Email Disable</name>
<id>notifications_email_disable</id>
<author>Matt Beckett</author>
<version>2.0.0</version>
<description>Adds an admin widget to disable email notifications to users with invalid addresses</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.9</version>
</requires>
<requires>
<type>plugin</type>
<name>notifications</name>
</requires>
<screenshot>
<description>Admin widget</description>
<path>screenshots/screenshot1.png</path>
</screenshot>
</plugin_manifest>