aboutsummaryrefslogtreecommitdiff
path: root/mod/curatedgroups/manifest.xml
blob: 8bef940e9edf8bdc6b7ddb2edb03b6941ee6b2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>Curated Groups</name>
	<author>Lorea developers</author>
	<version>1.1</version>
	<category>lorea</category>
	<category>groups</category>
	<description>Limit group creation to administrators.</description>
	<website>https://lorea.org/plugin/curatedgroups</website>
	<repository>https://gitorious.org/lorea/curatedgroups</repository>
	<donations>https://lorea.org/support</donations>
	<license>GNU Affero GeneralPublic License version 3 or later</license>
	<requires>
		<type>elgg_version</type>
		<version>2011061200</version>
	</requires>
	<admin_interface>advanced</admin_interface>
</plugin_manifest>