diff options
Diffstat (limited to 'mod/autosubscribegroup/manifest.xml')
-rw-r--r-- | mod/autosubscribegroup/manifest.xml | 15 |
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>
|