diff options
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 000000000..6559f592f --- /dev/null +++ b/manifest.xml @@ -0,0 +1,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 <federation@lorea.org></copyright> + <license>GNU Affero General Public License version 3 or later</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> +</plugin_manifest> |