aboutsummaryrefslogtreecommitdiff
path: root/mod/autosubscribegroup/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
commit8d66daa258a58b65c3658b38e99382732c88e017 (patch)
treeec3d466553f61f099a9fd58db374c4215c3f12dd /mod/autosubscribegroup/manifest.xml
parenta7be81c3f81c807d43ed32965ee7ac11ebe71895 (diff)
parent0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c (diff)
downloadelgg-8d66daa258a58b65c3658b38e99382732c88e017.tar.gz
elgg-8d66daa258a58b65c3658b38e99382732c88e017.tar.bz2
Merge commit '0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c' as 'mod/autosubscribegroup'
Diffstat (limited to 'mod/autosubscribegroup/manifest.xml')
-rw-r--r--mod/autosubscribegroup/manifest.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/mod/autosubscribegroup/manifest.xml b/mod/autosubscribegroup/manifest.xml
new file mode 100644
index 000000000..fcf18c1b5
--- /dev/null
+++ b/mod/autosubscribegroup/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>