aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2011-12-08 16:33:51 +0100
committerSem <sembrestels@riseup.net>2011-12-08 16:33:51 +0100
commit306844a74237a26ea332468e78c9b5732e3e5fa7 (patch)
tree716567911de875ddd3f6af6ffad16f0ca3a64936 /manifest.xml
downloadelgg-306844a74237a26ea332468e78c9b5732e3e5fa7.tar.gz
elgg-306844a74237a26ea332468e78c9b5732e3e5fa7.tar.bz2
Page created and link added in menu.
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..8bc2d9cfd
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Friend request</name>
+ <author>Bosssumon and Zac Hopkinson, Lorea</author>
+ <version>1.8</version>
+ <category>bundled</category>
+ <category>social</category>
+ <description>Let users confirm friend requests. Make all friend requests reciprocal</description>
+ <website>https://lorea.cc/</website>
+ <copyright>(C) Lorea 2011</copyright>
+ <license>GNU General Public License version 2</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+ <activate_on_install>true</activate_on_install>
+</plugin_manifest>