aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:57:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:57:34 -0300
commit0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c (patch)
tree56d64a8ea726ce51df3790a7faf476d89e7c3fd8 /manifest.xml
downloadelgg-0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c.tar.gz
elgg-0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c.tar.bz2
Squashed 'mod/autosubscribegroup/' content from commit 5e933d6
git-subtree-dir: mod/autosubscribegroup git-subtree-split: 5e933d6ede62fe62d2e6425e7b1e5fdc7d93d472
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..fcf18c1b5
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Autosubscribegroup</name>
+ <author>iionly (for Elgg 1.8), RONNEL Jérémy</author>
+ <version>1.8.0</version>
+ <category>enhancement</category>
+ <description>This plugin allows new users to get joined to groups automatically when they register.</description>
+ <website>https://github.com/iionly</website>
+ <copyright>(C) iionly 2012, (C) Elbee 2008</copyright>
+ <license>GNU Public License version 2</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+</plugin_manifest>