aboutsummaryrefslogtreecommitdiff
path: root/mod/autosubscribegroup/manifest.xml
blob: fcf18c1b5ed590354de71a903219b0e3ed571f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>