aboutsummaryrefslogtreecommitdiff
path: root/mod/editablecomments/manifest.xml
blob: 6559f592f34c5a1e71cac564c68f9fddeff9159d (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>Editable Comments</name>
	<author>Lorea developers</author>
	<version>1.8-dev</version>
	<category>lorea</category>
	<category>enhancement</category>
	<description>Makes comments editable</description>
	<website>https://lorea.org/plugin/editablecomments</website>
	<repository>https://gitorious.org/lorea/editablecomments</repository>
	<donations>https://lorea.org/support</donations>
	<copyright>Copyright 2012 Lorea Faeries &lt;federation@lorea.org&gt;</copyright>
	<license>GNU Affero General Public License version 3 or later</license>
	<requires>
		<type>elgg_release</type>
		<version>1.8</version>
	</requires>
</plugin_manifest>