aboutsummaryrefslogtreecommitdiff
path: root/mod/river_privacy/manifest.xml
blob: dbd08da3513a08ca83e412dc2ccc0b9d754153cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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.8.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>
 	<requires>
		<type>elgg_release</type>
		<version>1.8</version>
	</requires>

	<category>privacy</category>
	<activate_on_install>true</activate_on_install>
</plugin_manifest>