blob: 42f2da5fffbb05911bd23d580a339df1633ac502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>River Privacy</name>
<author>Matt Beckett (matt@clever-name.com)</author>
<version>1.0</version>
<description>Sets non-object oriented river items to private access (eg. friend relationships)</description>
<website>http://landing.athabascau.ca</website>
<copyright>(C) Matt Beckett, 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>
<category>privacy</category>
<activate_on_install>true</activate_on_install>
</plugin_manifest>
|